From: Yasuo Ohgaki Date: Thu, 1 Sep 2016 01:32:34 +0000 (+0900) Subject: Update NEWS and UPGRADING X-Git-Tag: php-7.1.0RC2~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f07f0e93ff50cb238fcf249da4a4a656b6f33ff;p=php Update NEWS and UPGRADING --- diff --git a/NEWS b/NEWS index ea8012ec7f..9b3d47ad89 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index d7d0b00c9d..e896be3daf 100644 --- 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