1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

Update NEWS

This commit is contained in:
Yasuo Ohgaki
2014-01-17 12:34:23 +09:00
parent 14e371e7d4
commit b070f1080b

4
NEWS
View File

@@ -15,8 +15,8 @@ PHP NEWS
^M as lineend). (Laruence)
- Session
. Fixed session module is sending multiple set-cookie headers when
session.use_strict_mode=1 (Yasuo)
. Fixed bug #66469 (Session module is sending multiple set-cookie headers when
session.use_strict_mode=1) (Yasuo)
. Fixed bug #66481 (Segfaults on session_name()).
(cmcdermottroe at engineyard dot com, Yasuo)