]> granicus.if.org Git - php/commitdiff
Fixed bug #69356
authorAdam Baratz <adambaratz@php.net>
Thu, 29 Jun 2017 09:43:12 +0000 (11:43 +0200)
committerAdam Baratz <adambaratz@php.net>
Thu, 29 Jun 2017 09:43:12 +0000 (11:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index cdcbbb84ac4846ddd132512230e31a1f38cf633b..2c05cee4251daf01362cd8851863d70c463dc4bd 100644 (file)
--- 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)