From bc613b7631ddbfcf74a900fa0ac45863eda02411 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 20 Aug 2024 14:02:11 +0200 Subject: [PATCH] Fix bug71162.phpt xfail message The test failure is unlikely to be caused by `SessionHandlerInterface` not being available. --- ext/session/tests/user_session_module/bug71162.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/tests/user_session_module/bug71162.phpt b/ext/session/tests/user_session_module/bug71162.phpt index 12199d58d39c7..673e6ac2ecb19 100644 --- a/ext/session/tests/user_session_module/bug71162.phpt +++ b/ext/session/tests/user_session_module/bug71162.phpt @@ -5,7 +5,7 @@ session --INI-- session.use_strict_mode=0 --XFAIL-- -Current session module is designed to write empty session always. In addition, current session module only supports SessionHandlerInterface only from PHP 7.0. +Current session module is designed to write empty session always. --FILE--