Skip to content

Commit 6adc84a

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fix #66942: openssl_seal() memory leak ws fix
2 parents f413a77 + 8bc8271 commit 6adc84a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,16 @@ PHP NEWS
3131
. Fixed bug #66021 (Blank line inside empty array/object when
3232
JSON_PRETTY_PRINT is set). (Kevin Israel)
3333

34+
- LDAP:
35+
. Fixed issue with null bytes in LDAP bindings. (Matthew Daley)
36+
3437
- mysqlnd:
3538
. Added a new fetching mode to mysqlnd. (Andrey)
3639

40+
- OpenSSL:
41+
. Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma)
42+
. Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma)
43+
3744
- PDO:
3845
. Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).
3946
(Matteo)

0 commit comments

Comments
 (0)