php-src/ext/pdo_pgsql
Peter Kokot df481ef941
Simplify PDO include paths (#14444)
PDO include paths can be simplified and synced as done in other
extensions: either the project root directory or the phpincludedir (for
the system installation). The 'ext' include is automatically appended
when doing phpize build. In php-src it is only present on Windows build.
The PHP_CHECK_PDO_INCLUDES is left intact working as before and checks
if PDO headers are found.
2024-06-03 12:56:21 +02:00
..
tests Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
config.m4 Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +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 Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
pdo_pgsql.stub.php Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pdo_pgsql_arginfo.h Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pgsql_driver.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
pgsql_driver.stub.php ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00
pgsql_driver_arginfo.h ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00
pgsql_statement.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
php_pdo_pgsql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_pgsql_int.h ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00