From 71a68db63e044ff1d5efb9da7b822f2b37efb36f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 6 Jan 2007 16:57:42 +0000 Subject: [PATCH] MFB: 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 e116cea306..b1c983a62b 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 -- 2.50.1