summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug71162.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug71162.phpt')
-rw-r--r--ext/session/tests/bug71162.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/bug71162.phpt b/ext/session/tests/bug71162.phpt
index fe38ea2999..722889d417 100644
--- a/ext/session/tests/bug71162.phpt
+++ b/ext/session/tests/bug71162.phpt
@@ -2,12 +2,12 @@
updateTimestamp never called when session data is empty
--INI--
session.use_strict_mode=0
+session.save_handler=files
--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. In addition, current session module only supports SessionHandlerInterface only from PHP 7.0.
--FILE--
<?php
-class MySessionHandler implements SessionUpdateTimestampHandlerInterface
+class MySessionHandler extends SessionHandler implements SessionUpdateTimestampHandlerInterface
{
public function open($path, $sessname) {
return TRUE;