]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.6'
authorTjerk Meesters <datibbaw@php.net>
Thu, 25 Jun 2015 22:03:29 +0000 (06:03 +0800)
committerTjerk Meesters <datibbaw@php.net>
Thu, 25 Jun 2015 22:03:29 +0000 (06:03 +0800)
* PHP-5.6:
  Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs

1  2 
NEWS
ext/openssl/openssl.c
ext/openssl/php_openssl.h

diff --cc NEWS
index ac8e5c1c765103292033515ff05d4b05c880f605,77b26c20df881ab7d0daef6c90fed15c7163a68b..62107c1b40db1e92f0ce2904c149d5f1044aa50c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,30 -1,21 +1,34 @@@
 -PHP                                                                        NEWS
 +PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? Jul 2015, PHP 5.6.12
 +09 Jul 2015, PHP 7.0.0 Beta 1
 +
 +- Core:
 +  . Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
 +
 +- PCRE:
 +  . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
 +    string). (cmb)
  
 -  . Fixed bug #69882 (OpenSSL error “key values mismatch” after 
+ - OpenSSL:
 -09 Jul 2015, PHP 5.6.11
++  . Fixed bug #69882 (OpenSSL error “key values mismatch” after
+     openssl_pkcs12_read with extra cert) (Tomasz Sawicki)
 +25 Jun 2015, PHP 7.0.0 Alpha 2
  
  - Core:
 -  . Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
 -  . Fixed bug #69703 (Use __builtin_clzl on PowerPC).
 -    (dja at axtens dot net, Kalle)
 -  . Fixed bug #69732 (can induce segmentation fault with basic php code).
 -    (Dmitry)
 -  . Fixed bug #69642 (Windows 10 reported as Windows 8).
 -    (Christian Wenz, Anatol Belski)
 +  . Fixed bug #69872 (uninitialised value in strtr with array). (Laruence)
 +  . Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
 +    (Laruence)
 +  . Fixed bug #69849 (Broken output of apache_request_headers). (Kalle)
 +  . Fixed bug #69840 (iconv_substr() doesn't work with UTF-16BE). (Kalle)
 +  . Fixed bug #69823 (PHP 7.0.0alpha1 segmentation fault when exactly 33
 +    extensions are loaded). (Laruence)
 +  . Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name).
 +    (Laruence)
 +  . Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class
 +    name). (Dmitry)
 +  . Fixed bug #69761 (Serialization of anonymous classes should be prevented).
 +    (Laruence)
    . Fixed bug #69551 (parse_ini_file() and parse_ini_string() segmentation
      fault). (Christoph M. Becker)
    . Fixed bug #69781 (phpinfo() reports Professional Editions of Windows
Simple merge
Simple merge