diff options
author | Derick Rethans <derick@php.net> | 2002-10-12 17:12:43 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-12 17:12:43 +0000 |
commit | db89afc45bd53a2202db333dabbc33988a6dc70b (patch) | |
tree | 25ad49f7579263d5fa43c048883a6dd30f078dcf /ext/session | |
parent | 8f7f6045b07f3d93f8eae5aae9429626604c84f0 (diff) | |
download | php-git-db89afc45bd53a2202db333dabbc33988a6dc70b.tar.gz |
- Hardcode setting which affects the test
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/tests/015.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/015.phpt b/ext/session/tests/015.phpt index f41294d867..004bb67a9b 100644 --- a/ext/session/tests/015.phpt +++ b/ext/session/tests/015.phpt @@ -6,6 +6,7 @@ use_trans_sid should not affect SID session.use_trans_sid=1 session.use_cookies=0 session.cache_limiter= +arg_separator.output=& --FILE-- <?php error_reporting(E_ALL); |