]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 1 Sep 2016 01:32:34 +0000 (10:32 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 1 Sep 2016 01:32:34 +0000 (10:32 +0900)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index ea8012ec7fbed50cac9b7a9512cfb776a10769a5..9b3d47ad89d4878a6e70d07c824123a84034a913 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -57,7 +57,10 @@ PHP                                                                        NEWS
 - Session:
   . Fixed bug #72940 (SID always return "name=ID", even if session
     cookie exist). (Yasuo)
-  . Implemented session_gc() and session_create_id() functions. (Yasuo)
+  . Implemented session_gc() (Yasuo)
+    https://wiki.php.net/rfc/session-create-id
+  . Implemented session_create_id() (Yasuo)
+    https://wiki.php.net/rfc/session-gc
 
 - SimpleXML:
   . Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)
index d7d0b00c9d55c33d37a90a17e78c2cfbe48c1b3f..e896be3daf00fda9709ab5bac7d4d9a89c908ca0 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -238,7 +238,9 @@ PHP 7.1 UPGRADE NOTES
 
 - Session:
   . Added session_gc() that performs session data garbage collection.
+    https://wiki.php.net/rfc/session-gc
   . Added session_create_id() for creating custom session ID.
+    https://wiki.php.net/rfc/session-create-id
 
 - Standard:
   . Added is_iterable() that determines if a value will be accepted by the new