diff options
author | Julien Pauli <jpauli@php.net> | 2016-07-12 11:17:58 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2016-07-12 11:17:58 +0200 |
commit | ca08ed417ecb6345862e3c3315c4dc2e1d46f066 (patch) | |
tree | c0cf68eb19faf1646304d10292bb281156d3e228 | |
parent | ec285762605e5fdda747f2c9923609be8c4e7354 (diff) | |
download | php-git-ca08ed417ecb6345862e3c3315c4dc2e1d46f066.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,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) . Fixed bug #72570 (Segmentation fault when binding parameters on a query |