summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rwxr-xr-xUPGRADING5
2 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82d4ca1572..d2751853e0 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ PHP NEWS
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
some specific contents). (Stas)
+- Sessions:
+ . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
+ which protects against session fixation attacks and session collisions.
+ (Yasuo Ohgaki)
+
- SOAP:
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
diff --git a/UPGRADING b/UPGRADING
index 14e19aa583..024a560c16 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -412,6 +412,11 @@ None
ext/mysqli to be used with the new auth protocol, although at
coarser level.
+- Sessions:
+ - Added session.use_strict_mode in 5.5.2, which prevents session
+ fixation attacks and session collisions.
+ See also https://wiki.php.net/rfc/strict_sessions
+
- Zend OPcache (See http://php.net/manual/en/book.opcache.php)
- Added the following directives:
- opcache.enable (default "1")