php-src/ext/pdo_mysql
Ahmed Abdou 2fe2e5b48f Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails
PDO driver constructors are throwing PdoException without setting
errorInfo, so create a new reusable function that throws exceptions
for PDO and will also set the errorInfo. Use this function in
pdo_mysql, pdo_sqlite, and pdo_pgsql.
2020-08-11 17:12:48 +02:00
..
tests Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails 2020-08-11 17:12:48 +02:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
get_error_codes.php Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
mysql_driver.c Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails 2020-08-11 17:12:48 +02:00
mysql_statement.c Merge branch 'PHP-7.2' into PHP-7.3 2019-10-07 09:17:29 +02:00
pdo_mysql.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_mysql_int.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_mysql_sqlstate.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
php_pdo_mysql.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00