File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
+
3
10
?? ??? 2013, PHP 5.5.2
4
11
5
12
- Core:
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.3, 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