]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 15 Dec 2015 01:41:39 +0000 (10:41 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 15 Dec 2015 01:41:39 +0000 (10:41 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 021cc2fd58fa00db76ffaec6c51d8daed9424e91..ac6059596706ea5d56f78133dcc3904f1c6b102b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ PHP                                                                        NEWS
   . Fixed bug #71094 (readline_completion_function corrupts static array on
     second TAB). (Nikita)
 
+- Session:
+  . Fixed bug #71122 (Session GC may not remove obsolete session data). (Yasuo)
+
 - SPL:
   . Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns
     wrong number of parameters). (Laruence)