]> granicus.if.org Git - php/commitdiff
Update UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 13 Oct 2016 22:52:51 +0000 (07:52 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 13 Oct 2016 22:53:16 +0000 (07:53 +0900)
UPGRADING

index d197f84d71f8738437ae3e08d721bb9f28c0955d..5f04e1cf5f2c2e8b1f7865bf44370c41599cebb3 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -133,6 +133,8 @@ PHP 7.1 UPGRADE NOTES
          SHA2 and 5 bits = 39 chars, ceil(192/5)=39
          SHA1 and 6 bits = 32 chars, ceil(192/6)=32
          and so on.
+  . session_start() returns FALSE and no longer initializes $_SESSION when
+    it failed to start session.
 
 - Reflection:
   . The behavior of ReflectionMethod::invoke() and ::invokeArgs() has been