We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6729c59 commit eb8957cCopy full SHA for eb8957c
language/operators/execution.xml
@@ -36,6 +36,28 @@ echo "<pre>$output</pre>";
36
</para>
37
</note>
38
39
+ <sect2 role="changelog">
40
+ &reftitle.changelog;
41
+ <informaltable>
42
+ <tgroup cols="2">
43
+ <thead>
44
+ <row>
45
+ <entry>&Version;</entry>
46
+ <entry>&Description;</entry>
47
+ </row>
48
+ </thead>
49
+ <tbody>
50
51
+ <entry>8.5.0</entry>
52
+ <entry>
53
+ The backtick operator as an alias for <function>shell_exec</function> has been deprecated.
54
+ </entry>
55
56
+ </tbody>
57
+ </tgroup>
58
+ </informaltable>
59
+ </sect2>
60
+
61
<sect2 role="seealso">
62
&reftitle.seealso;
63
<para>
0 commit comments