From 840479e06f1a3ce94f106b4978c80dc104321810 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 26 Dec 2018 13:17:36 +0100 Subject: Fix the build for php7.0 We only want to prevent crash/infinite recursion, we don't really care about the error/warning messages. --- src/tests/set_custom_session_handler2.phpt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tests/set_custom_session_handler2.phpt') diff --git a/src/tests/set_custom_session_handler2.phpt b/src/tests/set_custom_session_handler2.phpt index 8832efc..18bc3f7 100644 --- a/src/tests/set_custom_session_handler2.phpt +++ b/src/tests/set_custom_session_handler2.phpt @@ -23,5 +23,4 @@ var_dump($_SESSION); session_destroy(); ?> --EXPECTF-- -%s: SessionHandler::open(): Cannot call session save handler in a recursive manner in %s/tests/set_custom_session_handler2.php on line 8 %a -- cgit v1.3