From: Yasuo Ohgaki Date: Tue, 25 Oct 2016 19:01:55 +0000 (+0900) Subject: Revert "Update UPGRADING to reflect bug fix" X-Git-Tag: php-7.1.0RC6~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e893abda814c8e0e5f7feb45165e147a85a4d848;p=php Revert "Update UPGRADING to reflect bug fix" This change was made in 7.0. Sorry for the noise. This reverts commit e9c8e50b66366c250becb663bb76db24ed1b5890. --- diff --git a/UPGRADING b/UPGRADING index 5863e2e3d0..e2e90adfcb 100644 --- a/UPGRADING +++ b/UPGRADING @@ -335,7 +335,6 @@ PHP 7.1 UPGRADE NOTES now throw an instance of Error instead of resulting in a fatal error when a function is called that must generate a session ID. . Only CSPRNG is used to generate session ID. - . session_regenerate_id() saves old session and start new one. - SimpleXML: . Creating an unnamed or duplicate attribute will throw an instance of Error