summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-09-07 17:59:24 +0000
committerJani Taskinen <jani@php.net>2008-09-07 17:59:24 +0000
commit6495909d169189f3350a3a12fb1f2b5bbfbff0d9 (patch)
tree1e1ff69dd634dfaa4f08735475ea74c4fc155eb9
parentef38ff62a5eca7a70c70df66d6b65edc2bf58fa5 (diff)
downloadphp-git-6495909d169189f3350a3a12fb1f2b5bbfbff0d9.tar.gz
- Revert idiotic patch (hint: Windows IS NOT the most important OS!)
-rw-r--r--ext/session/tests/020.phpt2
-rw-r--r--ext/session/tests/bug41600.phpt2
2 files changed, 2 insertions, 2 deletions
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
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=&amp;
+arg_separator.output="&amp;"
session.name=PHPSESSID
session.serialize_handler=php
session.save_handler=files