php-src/ext/pgsql
David CARLIER bb8d667f8f
Fix GH-15102: ext/pgsql use after free on persistent connection renewal. (#15115)
simplifying the workflow by just using PQreset which force a new
connection internally, connection process ids ought to be different,
 and let the existing checks do the rest.
2024-07-26 23:12:26 +01:00
..
tests ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
config.m4 Bump minimum libpq version to 10.0 (#14628) 2024-06-25 20:50:04 +02:00
config.w32 Bump minimum libpq version to 10.0 (#14628) 2024-06-25 20:50:04 +02:00
CREDITS
pgsql.c Fix GH-15102: ext/pgsql use after free on persistent connection renewal. (#15115) 2024-07-26 23:12:26 +01:00
pgsql.stub.php Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
pgsql_arginfo.h Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
php_pgsql.h ext/pgsql: pg_convert/pg_insert/pg_update/pg_delete caching regexes. 2024-07-20 23:04:48 +01:00