From: Stanislav Malyshev Date: Sun, 8 Jun 2014 21:19:25 +0000 (-0700) Subject: Merge branch 'PHP-5.5' into PHP-5.6 X-Git-Tag: PRE_PHPNG_MERGE~229^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d9f922c030769698e4b13db5733a4a029759d2a;p=php Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Added support for parsing ssl certificates using GeneralizedTime format. --- 3d9f922c030769698e4b13db5733a4a029759d2a diff --cc NEWS index a930dd6936,50e6bdbc76..f336b4ec56 --- a/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).