]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 9 Sep 2016 02:34:34 +0000 (11:34 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 9 Sep 2016 02:34:34 +0000 (11:34 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 7da604f73d572ef8a9117336f561378431437729..96e6bc20c25eb6c1c1a4e49725151df662270f64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ PHP                                                                        NEWS
 - phpdbg:
   . Fixed bug #72996 (phpdbg_prompt.c undefined reference to DL_LOAD). (Nikita)
 
+- Session:
+  . Fixed bug #68015 (Session does not report invalid uid for files save handler).
+    (Yasuo)
+
 - SOAP:
   . Fixed bug #71711 (Soap Server Member variables reference bug). (Nikita)
   . Fixed bug #71996 (Using references in arrays doesn't work like expected).