summaryrefslogtreecommitdiff
path: root/ext/session
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session')
-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=&
+arg_separator.output="&"
session.name=PHPSESSID
session.serialize_handler=php
session.save_handler=files