From: Yasuo Ohgaki Date: Tue, 15 Dec 2015 01:41:39 +0000 (+0900) Subject: Update NEWS X-Git-Tag: php-7.0.2RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e048b3fc6b482d19c3f21e6691b2e0188fc83a77;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 021cc2fd58..ac60595967 100644 --- 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)