1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
This commit is contained in:
Moriyoshi Koizumi
2012-06-25 19:20:38 +09:00
parent e427182279
commit ce2082d24f

2
NEWS
View File

@@ -92,6 +92,8 @@ PHP NEWS
(Anatoliy)
. Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
. Changed php://fd to be available only for CLI.
. Fixed bug #62373 (serialize() generates wrong reference to the object).
(Moriyoshi)
- Fileinfo:
. Fixed bug #61812 (Uninitialised value used in libmagic).