1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Add changelog entry for deprecation of backtick operator in PHP 8.5.0 (#5017)

This commit is contained in:
Luffy
2025-12-07 17:46:55 +08:00
committed by GitHub
parent 6729c59003
commit eb8957c4fd

View File

@@ -36,6 +36,28 @@ echo "<pre>$output</pre>";
</para>
</note>
<sect2 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
The backtick operator as an alias for <function>shell_exec</function> has been deprecated.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</sect2>
<sect2 role="seealso">
&reftitle.seealso;
<para>