diff options
author | Julien Pauli <jpauli@php.net> | 2016-07-12 10:49:04 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2016-07-12 10:49:04 +0200 |
commit | 17d4f5c2f83469764de63b221d2314ac3443d8db (patch) | |
tree | e4f505d33dbce194a2fdb2942692db9ab5110c74 | |
parent | 15336b44d95c41079438af8ac73f77ff893aeef7 (diff) | |
download | php-git-17d4f5c2f83469764de63b221d2314ac3443d8db.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |