]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Sun, 8 Jun 2014 21:19:25 +0000 (14:19 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 8 Jun 2014 21:19:50 +0000 (14:19 -0700)
* PHP-5.5:
  Added support for parsing ssl certificates using GeneralizedTime format.

1  2 
NEWS
ext/openssl/openssl.c

diff --cc NEWS
index a930dd6936f05c1da23f10e64e074ca5898ccd39,50e6bdbc7668b3778a7b3736a5b24bdc69b6c471..f336b4ec567bda4013a18b2d0788d2e4fbd9d85e
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,20 -1,11 +1,26 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2014, PHP 5.5.14
 +?? ??? 2014, PHP 5.6.0 Release Candidate 1
  
  - Core:
 -  . Fixed BC break introduced by patch for bug #67072. (Anatol)
    . Fixed bug #67390 (insecure temporary file use in the configure script).
      (Remi) (CVE-2014-3981)
 +  . Fixed bug #67392 (dtrace breaks argument unpack). (Nikita)
 +
++- OpenSSL:
++  . Fixed bug #65698 (certificates validity parsing does not work past 2050).
++    (Paul Oehler)
++  . Fixed bug #66636 (openssl_x509_parse warning with V_ASN1_GENERALIZEDTIME).
++    (Paul Oehler)
++
 +- Tokenizer:
 +  . Fixed bug #67395 (token_name() does not return name for T_POW and T_POW_EQUAL
 +    token). (Ferenc)
 +
 +05 Jun 2014, PHP 5.6.0 Beta 4
 +
 +- Core:
 +  . Fixed bug #67249 (printf out-of-bounds read). (Stas)
  
  - Date:
    . Fixed bug #67308 (Serialize of DateTime truncates fractions of second).
Simple merge