diff options
author | AllenJB <github@allenjb.me.uk> | 2020-05-04 20:24:06 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-04 22:51:47 +0200 |
commit | 50752401a7c16f8e1f4bbe7ef52bc8fb5b17418f (patch) | |
tree | ba117e2c14e0a34e1cd9015aaea104e03070b819 /NEWS | |
parent | 8ffbd4653e92dbc4d2f142374695a248a94a906c (diff) | |
download | php-git-50752401a7c16f8e1f4bbe7ef52bc8fb5b17418f.tar.gz |
Change the default PDO error mode to exceptions
According to <https://www.php.net/manual/en/pdo.error-handling.php>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ PHP NEWS . Don't ignore invalid escape sequences. (sjon) - PDO: + . Changed default PDO error mode to exceptions. (AllenJB) . Fixed bug #77849 (Disable cloning of PDO handle/connection objects). (camporter) |