From: Adam Baratz Date: Thu, 29 Jun 2017 09:43:12 +0000 (+0200) Subject: Fixed bug #69356 X-Git-Tag: php-7.2.0alpha3~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8bb64c406cc7a6fd56d7831aabac52f5402677e;p=php Fixed bug #69356 --- 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)