diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-14 13:36:25 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-14 13:37:10 -0700 |
commit | 6adc84a701797c22888d33478b7591337c476c01 (patch) | |
tree | e7fe5aa5c18f5791738772ddf9c740c539e9c39d /NEWS | |
parent | f413a77b3ddca0abcf4552db070618af635c4bc1 (diff) | |
parent | 8bc82718aecf60696d2d0a9517403f8a282e3573 (diff) | |
download | php-git-6adc84a701797c22888d33478b7591337c476c01.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix #66942: openssl_seal() memory leak
ws fix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -31,9 +31,16 @@ PHP NEWS . Fixed bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set). (Kevin Israel) +- LDAP: + . Fixed issue with null bytes in LDAP bindings. (Matthew Daley) + - mysqlnd: . Added a new fetching mode to mysqlnd. (Andrey) +- OpenSSL: + . Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma) + . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma) + - PDO: . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir). (Matteo) |