]> granicus.if.org Git - php/commitdiff
Update UPGRADING to reflect bug fix
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 25 Oct 2016 18:26:44 +0000 (03:26 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 25 Oct 2016 18:26:44 +0000 (03:26 +0900)
UPGRADING

index e2e90adfcbd18f2a3b987cf834ad56bb2f7f5ace..5863e2e3d0fb32aac9b30a902fb7c9155b0d3d59 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -335,6 +335,7 @@ 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