diff options
author | Adam Baratz <adambaratz@php.net> | 2017-06-29 11:43:12 +0200 |
---|---|---|
committer | Adam Baratz <adambaratz@php.net> | 2017-06-29 11:43:12 +0200 |
commit | c8bb64c406cc7a6fd56d7831aabac52f5402677e (patch) | |
tree | 321deeb738610bcbad9d86440c7b489ccf65a07e | |
parent | f15790ec73decf5a8495494a069ba6c83806ef92 (diff) | |
download | php-git-c8bb64c406cc7a6fd56d7831aabac52f5402677e.tar.gz |
Fixed bug #69356
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |