summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAllenJB <github@allenjb.me.uk>2020-05-04 20:24:06 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-05-04 22:51:47 +0200
commit50752401a7c16f8e1f4bbe7ef52bc8fb5b17418f (patch)
treeba117e2c14e0a34e1cd9015aaea104e03070b819 /NEWS
parent8ffbd4653e92dbc4d2f142374695a248a94a906c (diff)
downloadphp-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8cb7be1e9..0a5b9bfee2 100644
--- a/NEWS
+++ b/NEWS
@@ -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)