summaryrefslogtreecommitdiff
path: root/src/tests/session_encryption/set_custom_session_handler.phpt
diff options
context:
space:
mode:
authorChristian Göttsche2026-02-15 20:00:01 +0100
committerjvoisin2026-02-15 20:49:09 +0100
commit9e94280c0b6356be37b8f9a0a4d2303146863a5b (patch)
tree7f1441efa79d29cd9614a1318a9927eb3d20c179 /src/tests/session_encryption/set_custom_session_handler.phpt
parent9ae9a21b60a25aa4df009211dbfbd9ac765e4ecb (diff)
tests: add several skip reasons
Co-authored-by: Julien "jvoisin" Voisin <julien.voisin@dustri.org>
Diffstat (limited to 'src/tests/session_encryption/set_custom_session_handler.phpt')
-rw-r--r--src/tests/session_encryption/set_custom_session_handler.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/session_encryption/set_custom_session_handler.phpt b/src/tests/session_encryption/set_custom_session_handler.phpt
index 1f3f907..b917f5b 100644
--- a/src/tests/session_encryption/set_custom_session_handler.phpt
+++ b/src/tests/session_encryption/set_custom_session_handler.phpt
@@ -3,7 +3,7 @@ Set a custom session handler
3--SKIPIF-- 3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> 4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5<?php if (!extension_loaded("session")) print "skip"; ?> 5<?php if (!extension_loaded("session")) print "skip"; ?>
6<?php if (PHP_VERSION_ID >= 80400) print "skip"; /* Calling session_set_save_handler() with more than 2 arguments is deprecated */ ?> 6<?php if (PHP_VERSION_ID >= 80400) print "skip Not applicable for PHP 8+"; /* Calling session_set_save_handler() with more than 2 arguments is deprecated */ ?>
7--EXTENSIONS-- 7--EXTENSIONS--
8session 8session
9--INI-- 9--INI--