diff options
Diffstat (limited to 'ext/session/tests/016.phpt')
| -rw-r--r-- | ext/session/tests/016.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt index 21cd0ec92..83703294a 100644 --- a/ext/session/tests/016.phpt +++ b/ext/session/tests/016.phpt @@ -1,7 +1,11 @@ --TEST-- invalid session.save_path should not cause a segfault --SKIPIF-- -<?php include('skipif.inc'); ?> +<?php +if (!extension_loaded("session")) { + die("skip Session module not loaded"); +} +?> --INI-- session.save_path="123;:/really\\completely:::/invalid;;,23123;213" session.use_cookies=0 |
