php-src/ext/pdo_mysql
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 Fix #80329: Add option to specify LOAD DATA LOCAL white list folder 2021-02-23 09:30:46 +01:00
CREDITS
mysql_driver.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
mysql_statement.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
pdo_mysql.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
pdo_mysql.stub.php Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pdo_mysql_arginfo.h Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
php_pdo_mysql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_mysql_int.h Remove uses of TRUE/FALSE in mysqli/pdo_mysql 2021-05-26 15:07:23 +02:00