We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9381d0 commit c561815Copy full SHA for c561815
tests/session_badconf_persistent.phpt
@@ -16,10 +16,10 @@ ob_start();
16
session_start();
17
session_write_close();
18
19
-echo "OK";
+// In PHP < 7.2 this is a Fatal Error so the OK is not printed
20
+// echo "OK";
21
22
--EXPECTF--
23
Warning: session_start(): failed to parse session.save_path: PERSISTENT is replaced by memcached.sess_persistent = On in %s on line %d
24
-Warning: session_start(): Failed to initialize storage module: memcached (path: PERSISTENT=1 %s) in %s on line %d
25
-OK
+%s: session_start(): Failed to initialize storage module: memcached (path: PERSISTENT=1 %s) in %s on line %d
0 commit comments