mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[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:
parent
775ca03eb8
commit
3ed5eee5d3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ session
|
||||||
--INI--
|
--INI--
|
||||||
session.use_strict_mode=0
|
session.use_strict_mode=0
|
||||||
--XFAIL--
|
--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--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
class MySessionHandler extends SessionHandler implements SessionUpdateTimestampHandlerInterface
|
class MySessionHandler extends SessionHandler implements SessionUpdateTimestampHandlerInterface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue