summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Baratz <adambaratz@php.net>2017-06-29 11:43:12 +0200
committerAdam Baratz <adambaratz@php.net>2017-06-29 11:43:12 +0200
commitc8bb64c406cc7a6fd56d7831aabac52f5402677e (patch)
tree321deeb738610bcbad9d86440c7b489ccf65a07e
parentf15790ec73decf5a8495494a069ba6c83806ef92 (diff)
downloadphp-git-c8bb64c406cc7a6fd56d7831aabac52f5402677e.tar.gz
Fixed bug #69356
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdcbbb84ac..2c05cee425 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ PHP NEWS
#71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362
(OpenSSL Blowfish encryption is incorrect for short keys). (Jakub Zelenka)
+- PDO:
+ . Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
+ Baratz)
+
- SPL:
. Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)