]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 30 Aug 2016 07:05:49 +0000 (16:05 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 30 Aug 2016 07:05:49 +0000 (16:05 +0900)
NEWS

diff --git a/NEWS b/NEWS
index ed548fa372962fcdc6ab1d928522120ec771f68f..5a3a8291d264cf185a17b84da7ca1c5e0743fc21 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,11 @@ PHP                                                                        NEWS
 - Reflection:
   . Reverted prepending \ for class names. (Trowski)
 
+- Session:
+  . Fixed bug #72940 (SID always return "name=ID", even if session
+    cookie exist). (Yasuo)
+  . Implemented session_gc() and session_create_id() functions. (Yasuo)
+
 - Standard:
   . Fixed bug #72920 (Accessing a private constant using constant() creates
     an exception AND warning). (Laruence)