Skip to content

Commit 3ed5eee

Browse files
authored
[skip ci] Fix bug71162.phpt xfail message (GH-15506)
The test failure is unlikely to be caused by `SessionHandlerInterface` not being available.
1 parent 775ca03 commit 3ed5eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/tests/user_session_module/bug71162.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ session
55
--INI--
66
session.use_strict_mode=0
77
--XFAIL--
8-
Current session module is designed to write empty session always. In addition, current session module only supports SessionHandlerInterface only from PHP 7.0.
8+
Current session module is designed to write empty session always.
99
--FILE--
1010
<?php
1111
class MySessionHandler extends SessionHandler implements SessionUpdateTimestampHandlerInterface

0 commit comments

Comments
 (0)