Skip to content

Commit e59143e

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

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? ??? 2013, PHP 5.5.3
4+
5+
- Sessions:
6+
. Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
7+
which protects against session fixation attacks and session collisions.
8+
(Yasuo Ohgaki)
9+
310
?? ??? 2013, PHP 5.5.2
411

512
- Core:

Diff for: UPGRADING

+5
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.3, 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)