File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ PHP NEWS
28
28
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
29
29
some specific contents). (Stas)
30
30
31
+ - Sessions:
32
+ . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
33
+ which protects against session fixation attacks and session collisions.
34
+ (Yasuo Ohgaki)
35
+
31
36
- SOAP:
32
37
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
33
38
Original file line number Diff line number Diff line change @@ -412,6 +412,11 @@ None
412
412
ext/mysqli to be used with the new auth protocol, although at
413
413
coarser level.
414
414
415
+ - Sessions:
416
+ - Added session.use_strict_mode in 5.5.2, which prevents session
417
+ fixation attacks and session collisions.
418
+ See also https://wiki.php.net/rfc/strict_sessions
419
+
415
420
- Zend OPcache (See http://php.net/manual/en/book.opcache.php)
416
421
- Added the following directives:
417
422
- opcache.enable (default "1")
You can’t perform that action at this time.
0 commit comments