1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

Update NEWS

This commit is contained in:
Yasuo Ohgaki
2014-01-16 11:41:30 +09:00
parent 744f38c2d6
commit ffcff225fd

2
NEWS
View File

@@ -17,6 +17,8 @@ PHP NEWS
- Session
. Fixed 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)
- Standard
. Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol)