Skip to content

Commit eb8957c

Browse files
authored
Add changelog entry for deprecation of backtick operator in PHP 8.5.0 (#5017)
1 parent 6729c59 commit eb8957c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

language/operators/execution.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,28 @@ echo "<pre>$output</pre>";
3636
</para>
3737
</note>
3838

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+
<row>
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+
</row>
56+
</tbody>
57+
</tgroup>
58+
</informaltable>
59+
</sect2>
60+
3961
<sect2 role="seealso">
4062
&reftitle.seealso;
4163
<para>

0 commit comments

Comments
 (0)