summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-14 13:36:25 -0700
committerStanislav Malyshev <stas@php.net>2014-04-14 13:37:10 -0700
commit6adc84a701797c22888d33478b7591337c476c01 (patch)
treee7fe5aa5c18f5791738772ddf9c740c539e9c39d /NEWS
parentf413a77b3ddca0abcf4552db070618af635c4bc1 (diff)
parent8bc82718aecf60696d2d0a9517403f8a282e3573 (diff)
downloadphp-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--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4311c61cc..a5d06dcde0 100644
--- a/NEWS
+++ b/NEWS
@@ -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)