[DOC-CVS] [doc-en] master: Add changelog entry for deprecation of backtick operator in PHP 8.5.0 (#5017)
[email protected] (Luffy via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Luffy (sy-records) Committer: GitHub (web-flow) Pusher: sy-records Date: 2025-12-07T17:46:55+08:00 Commit: https://github.com/php/doc-en/commit/eb8957c4fd67d7bd458140e1bc0588834ab49b3e Raw diff: https://github.com/php/doc-en/commit/eb8957c4fd67d7bd458140e1bc0588834ab49b3e.diff Add changelog entry for deprecation of backtick operator in PHP 8.5.0 (#5017) Changed paths: M language/operators/execution.xml Diff: diff --git a/language/operators/execution.xml b/language/operators/execution.xml index 14d4dd0f3ace..f62cea79c8fa 100644 --- a/language/operators/execution.xml +++ b/language/operators/execution.xml @@ -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>