php-src/ext/pdo_pgsql
Matteo Beccati ee2506cc02 Fix #80027 Terrible performance using $query->fetch on queries with many bind parameters
Added new flags that allow skipping param_evt(s) that are not used by drivers,
in a backwards and forward compatible manner. Updated the pgsql, mysql, sqlite
and oci drivers to properly use the new flags. I've left out pdo_dblib, which
doesn't have a param_hook, and pdo_firebird, which seems to be using
PARAM_EVT_NORMALIZE in a wrong context (param type vs event type).
2020-08-31 11:02:34 +02:00
..
tests Merge branch 'PHP-7.4' 2020-08-11 17:16:38 +02: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
pdo_pgsql.c Get rid of empty function entries 2020-08-01 10:07:05 +02:00
pgsql_driver_arginfo.h Add stubs for PDO PGSql extension methods 2020-07-21 12:49:37 +02:00
pgsql_driver.c Fix #80027 Terrible performance using $query->fetch on queries with many bind parameters 2020-08-31 11:02:34 +02:00
pgsql_driver.stub.php Add stubs for PDO PGSql extension methods 2020-07-21 12:49:37 +02:00
pgsql_statement.c Fix #80027 Terrible performance using $query->fetch on queries with many bind parameters 2020-08-31 11:02:34 +02:00
php_pdo_pgsql_int.h PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
php_pdo_pgsql.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00