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).