1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug 666222
This commit is contained in:
Stanislav Malyshev
2014-06-08 18:59:55 -07:00
+2
View File
@@ -6,6 +6,8 @@ PHP NEWS
. 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 #66622 (Closures do not correctly capture the late bound class
(static::) in some cases). (Levi Morrison)
- Date:
. Fixed bug #67308 (Serialize of DateTime truncates fractions of second).