Skip to content

Commit 169b78e

Browse files
committed
add news about session fix
1 parent 6f73a0c commit 169b78e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ PHP NEWS
2828
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
2929
some specific contents). (Stas)
3030

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+
3136
- SOAP:
3237
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
3338

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@ None
412412
ext/mysqli to be used with the new auth protocol, although at
413413
coarser level.
414414

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+
415420
- Zend OPcache (See http://php.net/manual/en/book.opcache.php)
416421
- Added the following directives:
417422
- opcache.enable (default "1")

0 commit comments

Comments
 (0)