summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b9bb0091c0..63e91f5c6b 100644
--- a/NEWS
+++ b/NEWS
@@ -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).