summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-07-12 10:49:04 +0200
committerJulien Pauli <jpauli@php.net>2016-07-12 10:49:04 +0200
commit17d4f5c2f83469764de63b221d2314ac3443d8db (patch)
treee4f505d33dbce194a2fdb2942692db9ab5110c74
parent15336b44d95c41079438af8ac73f77ff893aeef7 (diff)
downloadphp-git-17d4f5c2f83469764de63b221d2314ac3443d8db.tar.gz
Updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd70b32ca5..154d14903b 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ PHP NEWS
. Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user).
(gooh)
+- PDO:
+ . Fixed bug #52384 (Adds bound parameter value to PDOStatement::debugDumpParams).
+ (bishopb)
+
- PDO_pgsql:
. Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)