Hi Stas, session.use_strict_mode=1 was broken and didn't work at all. This patch fixes the problem and remove php.ini dependency. I also added test for the bug.
May I cherry pick the commit? Or could you merge it to 5.5.3 branch? Thank you. -- Yasuo Ohgaki yohg...@ohgaki.net On Wed, Aug 21, 2013 at 8:11 AM, Yasuo Ohgaki <yohg...@php.net> wrote: > Commit: 16411586449c7562b840d6226f6ef55f567c35f3 > Author: Yasuo Ohgaki <yohg...@php.net> Wed, 21 Aug 2013 > 08:08:55 +0900 > Parents: 268c2884fa4a0e61ecf35712d6472c41a9023197 > Branches: PHP-5.5 > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=16411586449c7562b840d6226f6ef55f567c35f3 > > Log: > Fixed Bug #65475 > > Bugs: > https://bugs.php.net/65475 > > Changed paths: > M ext/session/mod_files.c > M ext/session/mod_mm.c > A ext/session/tests/bug65475.phpt > M ext/session/tests/rfc1867.phpt > M ext/session/tests/rfc1867_cleanup.phpt > M ext/session/tests/rfc1867_disabled.phpt > M ext/session/tests/rfc1867_disabled_2.phpt > M ext/session/tests/rfc1867_inter.phpt > M ext/session/tests/rfc1867_no_name.phpt > M ext/session/tests/rfc1867_sid_cookie.phpt > M ext/session/tests/rfc1867_sid_get.phpt > M ext/session/tests/rfc1867_sid_get_2.phpt > M ext/session/tests/rfc1867_sid_only_cookie.phpt > M ext/session/tests/rfc1867_sid_post.phpt > M ext/session/tests/session_id_basic.phpt > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >