1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00
This commit is contained in:
Remi Collet
2014-06-06 14:18:29 +02:00
parent 38e11dfaee
commit a53b884c47

3
NEWS
View File

@@ -4,6 +4,9 @@ PHP NEWS
- 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)
- Date:
. Fixed bug #67308 (Serialize of DateTime truncates fractions of second).