]> granicus.if.org Git - php/commit
Change the default PDO error mode to exceptions
authorAllenJB <github@allenjb.me.uk>
Mon, 4 May 2020 18:24:06 +0000 (20:24 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 4 May 2020 20:51:47 +0000 (22:51 +0200)
commit50752401a7c16f8e1f4bbe7ef52bc8fb5b17418f
treeba117e2c14e0a34e1cd9015aaea104e03070b819
parent8ffbd4653e92dbc4d2f142374695a248a94a906c
Change the default PDO error mode to exceptions

According to <https://www.php.net/manual/en/pdo.error-handling.php>.
15 files changed:
NEWS
UPGRADING
ext/pdo/pdo_dbh.c
ext/pdo/tests/bug_44159.phpt
ext/pdo/tests/pdo_test.inc
ext/pdo_mysql/tests/README.md
ext/pdo_mysql/tests/pdo_mysql___construct.phpt
ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt
ext/pdo_mysql/tests/pdo_mysql_attr_multi_statements.phpt
ext/pdo_mysql/tests/pdo_mysql_exec.phpt
ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt
ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt
ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt
ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt