php-src/ext/pgsql
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
..
tests Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
config.m4 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
config.w32 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
CREDITS
pgsql_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
pgsql.c Remove most usages of zend_fcall_info_args() 2022-10-21 18:31:40 +01:00
pgsql.stub.php Declare ext/pgsql constants in stubs (#9092) 2022-07-27 07:32:40 +02:00
php_pgsql.h Convert resources to objects in ext/pgsql 2021-05-11 00:09:30 +02:00