summaryrefslogtreecommitdiff
path: root/ext/session/tests/006.phpt
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 00:34:59 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 00:34:59 -0400
commitce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61 (patch)
treeacdb9a8816483652a9db1a47db71df5df43707c5 /ext/session/tests/006.phpt
parent10f5b47dc7c1cf2b9a00991629f43652710322d3 (diff)
downloadphp-ce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61.tar.gz
Imported Upstream version 5.1.1upstream/5.1.1
Diffstat (limited to 'ext/session/tests/006.phpt')
-rw-r--r--ext/session/tests/006.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/session/tests/006.phpt b/ext/session/tests/006.phpt
index fb355976f..40385bbe1 100644
--- a/ext/session/tests/006.phpt
+++ b/ext/session/tests/006.phpt
@@ -7,6 +7,7 @@ session.use_cookies=0
session.cache_limiter=
register_globals=1
session.serialize_handler=php
+session.save_handler=files
--FILE--
<?php
error_reporting(E_ALL);
@@ -67,4 +68,4 @@ object(b)#%d (1) {
["test"]=>
string(5) "hallo"
}
-} \ No newline at end of file
+}