summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-10-14 07:52:51 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-10-14 07:53:16 +0900
commitbccc1dd1e7a0280878e7288ab2700d08f711e15d (patch)
treecedf6da01e8a065497accbd4b4c40bf90abfa49e /UPGRADING
parent4b8bdac8db46a09318eb72d8f4271c1af5eb1dc2 (diff)
downloadphp-git-bccc1dd1e7a0280878e7288ab2700d08f711e15d.tar.gz
Update UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index d197f84d71..5f04e1cf5f 100644
--- 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