From: Yasuo Ohgaki Date: Thu, 1 Sep 2016 01:12:16 +0000 (+0900) Subject: Revert "Fix NEWS" X-Git-Tag: php-7.1.0RC2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5366df75b4637bfeefc3e4dc75c83a42a61dd7f9;p=php Revert "Fix NEWS" This reverts commit abc2271b8dc43cb0ec14d9b5924d9f167abf82fc. --- diff --git a/NEWS b/NEWS index 1f0073c2bd..ea8012ec7f 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,7 @@ 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) - SimpleXML: . Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)