php-src/ext/pgsql
Jakub Zelenka 66bd809ac9
Fix GHSA-hrwm-9436-5mv3: pgsql escaping no error checks
This adds error checks for escape function is pgsql and pdo_pgsql
extensions. It prevents possibility of storing not properly escaped
data which could potentially lead to some security issues.
2025-07-01 23:01:16 +09:00
..
tests Fix GHSA-hrwm-9436-5mv3: pgsql escaping no error checks 2025-07-01 23:01:16 +09:00
config.m4 ext/pgsql: Add check for constant PGRES_TUPLES_CHUNK to fix compilation failures 2025-01-21 19:32:38 +00:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
pgsql.c Fix GHSA-hrwm-9436-5mv3: pgsql escaping no error checks 2025-07-01 23:01:16 +09:00
pgsql.stub.php Fix the 1st parameter type casing of pg_set_chunked_rows_size() 2024-11-26 22:48:33 +01:00
pgsql_arginfo.h Fix the 1st parameter type casing of pg_set_chunked_rows_size() 2024-11-26 22:48:33 +01:00
php_pgsql.h ext/pgsql: pg_convert/pg_insert/pg_update/pg_delete caching regexes. 2024-07-20 23:04:48 +01:00