php-src/ext/pdo_pgsql
Nikita Popov 15b51a215a Fixed bug #79131
When a driver reports an error during EVT_ALLOC (and some over EVTs),
make sure we handle it as usual, i.e. warn or throw.

This requires some adjustments in PDO PgSQL to stop manually doing
this through an impl error.

Unfortunately the PDO PgSQL error messages regress because of this,
as they now include a completely arbitrary error code. There doesn't
seem to be an ability to skip it right now.
2020-12-10 15:53:23 +01:00
..
tests Fixed bug #79131 2020-12-10 15:53:23 +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
pdo_pgsql.c Get rid of empty function entries 2020-08-01 10:07:05 +02:00
pgsql_driver.c Fix UNKNOWN default values in ext/pdo_pgsql 2020-09-18 11:13:27 +02:00
pgsql_driver.stub.php Update ext/pdo_pgsql parameter names 2020-10-13 12:31:39 +02:00
pgsql_driver_arginfo.h Update ext/pdo_pgsql parameter names 2020-10-13 12:31:39 +02:00
pgsql_statement.c Fixed bug #79131 2020-12-10 15:53:23 +01:00
php_pdo_pgsql.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_pgsql_int.h Fixed bug #79131 2020-12-10 15:53:23 +01:00