]> granicus.if.org Git - php/commitdiff
add news about session fix
authorStanislav Malyshev <stas@php.net>
Mon, 5 Aug 2013 03:04:42 +0000 (20:04 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 5 Aug 2013 03:04:42 +0000 (20:04 -0700)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 82d4ca1572907dec1d846a201f15b26d5332c93a..d2751853e0f36c5a952b4e44452edd427d790f6a 100644 (file)
--- 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)
 
index 14e19aa58359a201082bdfee026cb3bcac7148dc..024a560c16f49475b654ed57310a54a5c3ad75e7 100755 (executable)
--- 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")