From 630254d55e37cc10bd9fe2e41ff16c07af6994ed Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 6 Jan 2007 16:56:38 +0000 Subject: Fix skipif --- ext/session/tests/016.phpt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt index 21cd0ec929..fa179d063c 100644 --- a/ext/session/tests/016.phpt +++ b/ext/session/tests/016.phpt @@ -1,7 +1,15 @@ --TEST-- invalid session.save_path should not cause a segfault --SKIPIF-- - + --INI-- session.save_path="123;:/really\\completely:::/invalid;;,23123;213" session.use_cookies=0 -- cgit v1.2.1