From: Jani Taskinen Date: Thu, 23 Aug 2007 11:42:21 +0000 (+0000) Subject: MFH: sync X-Git-Tag: php-5.2.4RC3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19401951c07644dfa2f98d531b8f0c0dcb8f2849;p=php MFH: sync --- diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt index 2040476bc0..b9013cac70 100644 --- a/ext/session/tests/004.phpt +++ b/ext/session/tests/004.phpt @@ -13,7 +13,7 @@ session.serialize_handler=php error_reporting(E_ALL); class handler { - public $data = 'baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}}'; + public $data = 'baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}}'; function open($save_path, $session_name) { print "OPEN: $session_name\n"; 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