]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 14 Apr 2014 20:36:25 +0000 (13:36 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 14 Apr 2014 20:37:10 +0000 (13:37 -0700)
* PHP-5.5:
  Fix #66942: openssl_seal() memory leak
  ws fix

1  2 
NEWS

diff --cc NEWS
index d4311c61ccae4869bf6bfac2dc443edf4b5757c2,0c155d85e819b27533012a7229ad2e23f3e41685..a5d06dcde01317e5766ddff01654731ca1b6e887
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -31,12 -35,20 +31,19 @@@ PH
    . Fixed bug #66021 (Blank line inside empty array/object when
      JSON_PRETTY_PRINT is set). (Kevin Israel)
  
 -- mysqli:
 -  . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter
 -    (extra comma) and third parameters (lack of escaping). (Andrey)
+ - LDAP:
+   . Fixed issue with null bytes in LDAP bindings. (Matthew Daley)
 +- mysqlnd:
 +  . Added a new fetching mode to mysqlnd. (Andrey)
  
 -- SimpleXML:
 -  . Fixed bug #66084 (simplexml_load_string() mangles empty node name)
 -    (Anatol)
+ - 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)
  
  - SQLite:
    . Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3). (Anatol)