From: Jani Taskinen Date: Sun, 7 Sep 2008 18:00:25 +0000 (+0000) Subject: MFB X-Git-Tag: BEFORE_HEAD_NS_CHANGE~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb671336e109e29e9bb9da877616c47b8d67f237;p=php MFB --- diff --git a/ext/session/tests/020.phpt b/ext/session/tests/020.phpt index 455c7f7204..82997a8f04 100644 --- a/ext/session/tests/020.phpt +++ b/ext/session/tests/020.phpt @@ -6,7 +6,7 @@ rewriter uses arg_seperator.output for modifying URLs session.use_cookies=0 session.cache_limiter= session.use_trans_sid=1 -arg_separator.output=& +arg_separator.output="&" session.name=PHPSESSID session.serialize_handler=php session.save_handler=files diff --git a/ext/session/tests/bug41600.phpt b/ext/session/tests/bug41600.phpt index ba04fd9d99..028fca79a0 100644 --- a/ext/session/tests/bug41600.phpt +++ b/ext/session/tests/bug41600.phpt @@ -6,7 +6,7 @@ Bug #41600 (url rewriter tags doesn't work with namespaced tags) session.use_cookies=0 session.cache_limiter= session.use_trans_sid=1 -arg_separator.output=& +arg_separator.output="&" session.name=PHPSESSID session.serialize_handler=php session.save_handler=files