From 3ed5eee5d3ae03c992fc66c502b73eba9c392edf Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 20 Aug 2024 14:48:52 +0200 Subject: [PATCH] [skip ci] Fix bug71162.phpt xfail message (GH-15506) 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 12199d58d39..673e6ac2ecb 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--