From: Yasuo Ohgaki Date: Tue, 30 Aug 2016 07:05:49 +0000 (+0900) Subject: Update NEWS X-Git-Tag: php-7.1.0RC1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a12450de2c0be6b456ef6dca628671b67b0c7a6;p=php Update NEWS --- diff --git a/NEWS b/NEWS index ed548fa372..5a3a8291d2 100644 --- 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)