Commit 0e49af9
committed
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_exec1 parent 070843e commit 0e49af9
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