summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-23 11:42:21 +0000
committerJani Taskinen <jani@php.net>2007-08-23 11:42:21 +0000
commit19401951c07644dfa2f98d531b8f0c0dcb8f2849 (patch)
tree4d40258c77c23e6e24683939cf37d1c16da3deff
parentede06426eef04535e715a70bf5baaf757037c88a (diff)
downloadphp-git-19401951c07644dfa2f98d531b8f0c0dcb8f2849.tar.gz
MFH: sync
-rw-r--r--ext/session/tests/004.phpt2
-rw-r--r--ext/session/tests/020.phpt2
2 files changed, 2 insertions, 2 deletions
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=&amp;
+arg_separator.output="&amp;"
session.name=PHPSESSID
session.serialize_handler=php
session.save_handler=files