php-src/sapi
George Peter Banyard 66661ae682
Remove most usages of zend_fcall_info_args()
This reallocates the PHP array when one can just use the named_params fields to pass the positional arguments instead.

Only usage of zend_fcall_info_args(_ex) remains in PDO.
2022-10-21 18:31:40 +01:00
..
apache2handler Fix some minor warnings (#8568) 2022-05-18 08:30:59 -06:00
cgi Fix unstable sapi test, fix GH-9140 (#9184) 2022-08-04 22:35:44 +01:00
cli Merge branch 'PHP-8.2' 2022-10-20 13:04:32 +02:00
embed Refacto php_module_startup() (#8303) 2022-04-27 23:07:11 +01:00
fpm Merge branch 'PHP-8.2' 2022-09-29 15:32:41 +01:00
fuzzer Don't set rpath for fuzzers 2022-09-17 15:44:58 +02:00
litespeed Use PDEATHSIG to kill cli-server workers if parent exists 2022-09-08 10:48:20 +02:00
phpdbg Remove most usages of zend_fcall_info_args() 2022-10-21 18:31:40 +01:00