[skip ci] Fix bug71162.phpt xfail message (GH-15506)

The test failure is unlikely to be caused by `SessionHandlerInterface`
not being available.
This commit is contained in:
Christoph M. Becker 2024-08-20 14:48:52 +02:00 committed by GitHub
parent 775ca03eb8
commit 3ed5eee5d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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--
<?php
class MySessionHandler extends SessionHandler implements SessionUpdateTimestampHandlerInterface