Commit 713f099
committed
bug symfony#61645 Replace backtick operator, deprecated in PHP 8.5, with shell_exec() (iluuu1994)
This PR was merged into the 6.4 branch.
Discussion
----------
Replace backtick operator, deprecated in PHP 8.5, with shell_exec()
These two are exactly equivalent.
https://github.com/php/php-src/blob/d246584ae7d2d778b204e0a179840fdf237f3b97/Zend/zend_compile.c#L10924C25-L10927
https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_backticks_as_an_alias_for_shell_exec
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Commits
-------
0e49af9 Replace backtick operator, deprecated in PHP 8.5, with shell_exec()1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments