From: Anatol Belski Date: Tue, 15 Sep 2015 06:17:25 +0000 (+0200) Subject: add missing NEWS entry X-Git-Tag: php-7.0.0RC3~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e5a0295c7a85cff33762613583d632dd8e1f403;p=php add missing NEWS entry --- diff --git a/NEWS b/NEWS index 2dcb13ef07..2f2e556ec6 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,10 @@ PHP NEWS . Fixed bug #70449 (PHP won't compile on 10.4 and 10.5 because of missing constants). (Bob) +- Session: + . Fixed bug #70013 (Reference to $_SESSION is lost after a call to + session_regenerate_id()). (Yasuo) + - Standard: . Implemented the RFC `Random Functions Throwing Exceptions in PHP 7`. (Sammy Kaye Powers, Anthony)