1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Revert "Update UPGRADING to reflect bug fix"

This change was made in 7.0. Sorry for the noise.

This reverts commit e9c8e50b66.
This commit is contained in:
Yasuo Ohgaki
2016-10-26 04:01:55 +09:00
parent e9c8e50b66
commit e893abda81
-1
View File
@@ -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