php-src/ext/pgsql
Peter Kokot 65ff5117ab
Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519)
The PG_VERSION_NUM is not available in intended public PostgreSQL
headers unless the pg_config.h is included or the PostgreSQL server
development headers are installed separately. This instead resorts to
checking for the PGVerbosity enum value. The PQERRORS_SQLSTATE was added
to PostgreSQL 12.0. At the time of writing, on Windows, PostgreSQL is at 11.4 so
it is not defined there yet.
2024-06-09 11:47:06 +02:00
..
tests ext/pgsql: adding pg_socket_poll. 2024-05-31 20:10:49 +01:00
config.m4 Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519) 2024-06-09 11:47:06 +02:00
config.w32 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
CREDITS
pgsql_arginfo.h Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519) 2024-06-09 11:47:06 +02:00
pgsql.c Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519) 2024-06-09 11:47:06 +02:00
pgsql.stub.php Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519) 2024-06-09 11:47:06 +02:00
php_pgsql.h Merge branch 'PHP-8.2' into PHP-8.3 2023-12-23 17:15:06 +00:00