php-8.4.13
Fix GHSA-hrwm-9436-5mv3: pgsql escaping no error checks
Tweak some #if's to be more orthogonal.
ext/pgsql: Add check for constant PGRES_TUPLES_CHUNK to fix compilation failures
Sync HAVE_<extension> help texts (#15167)
Merge branch 'PHP-8.3' into PHP-8.4
Fix the 1st parameter type casing of pg_set_chunked_rows_size()
ext/pgsql: pg_convert/pg_insert/pg_update/pg_delete caching regexes.