1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
This commit is contained in:
Remi Collet
2014-06-03 11:08:46 +02:00
parent 4fcb9a9d1b
commit 21986f98db

3
NEWS
View File

@@ -6,6 +6,9 @@ PHP NEWS
. Fixed bug #67308 (Serialize of DateTime truncates fractions of second).
(Adam)
- Fileinfo:
. Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
- SPL:
. Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence)
. Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam)