summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-10-26 03:26:44 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-10-26 03:26:44 +0900
commite9c8e50b66366c250becb663bb76db24ed1b5890 (patch)
tree1b3addf0522b11128df25446480d7c8820be13a2
parent0d2084b1cec7a373791050bc8f1107467d7d37d5 (diff)
downloadphp-git-e9c8e50b66366c250becb663bb76db24ed1b5890.tar.gz
Update UPGRADING to reflect bug fix
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index e2e90adfcb..5863e2e3d0 100644
--- 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