Skip to content

Commit f81db88

Browse files
authored
language operators sync with EN (#2290)
1 parent 5d8671a commit f81db88

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

language/operators/execution.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 16934048f79c6e117cd16a23c09c1b2ea502e284 Maintainer: yannick Status: ready -->
2+
<!-- EN-Revision: eb8957c4fd67d7bd458140e1bc0588834ab49b3e Maintainer: yannick Status: ready -->
33
<!-- Reviewed: no -->
44
<sect1 xml:id="language.operators.execution">
55
<title>Opérateur d'exécution</title>
@@ -40,6 +40,28 @@ echo "<pre>$output</pre>";
4040
</para>
4141
</note>
4242

43+
<sect2 role="changelog">
44+
&reftitle.changelog;
45+
<informaltable>
46+
<tgroup cols="2">
47+
<thead>
48+
<row>
49+
<entry>&Version;</entry>
50+
<entry>&Description;</entry>
51+
</row>
52+
</thead>
53+
<tbody>
54+
<row>
55+
<entry>8.5.0</entry>
56+
<entry>
57+
L’opérateur backtick utilisé comme alias de <function>shell_exec</function> a été déprécié.
58+
</entry>
59+
</row>
60+
</tbody>
61+
</tgroup>
62+
</informaltable>
63+
</sect2>
64+
4365
<sect2 role="seealso">
4466
&reftitle.seealso;
4567
<para>

0 commit comments

Comments
 (0)