From 7da8fbd7ef5639e3d9bc7521f58ff2e2bca6d740 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 2 Jul 2003 04:34:18 +0000 Subject: [PATCH] fix this test when using a save_handler other than files... --- ext/session/tests/016.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt index fde3a915a78..21cd0ec929b 100644 --- a/ext/session/tests/016.phpt +++ b/ext/session/tests/016.phpt @@ -6,6 +6,7 @@ invalid session.save_path should not cause a segfault session.save_path="123;:/really\\completely:::/invalid;;,23123;213" session.use_cookies=0 session.cache_limiter= +session.save_handler=files session.serialize_handler=php --FILE--