We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466485a commit 3b3e63dCopy full SHA for 3b3e63d
tests/session_lazy_warning.phpt
@@ -4,7 +4,7 @@ Session lazy binary warning old libmemcached
4
<?php
5
include dirname(__FILE__) . "/skipif.inc";
6
if (!Memcached::HAVE_SESSION) print "skip";
7
-if (Memcached::LIBMEMCACHED_VERSION_HEX >= 0x01000018) die ('skip too old libmemcached');
+if (Memcached::LIBMEMCACHED_VERSION_HEX >= 0x01000018) die ('skip too recent libmemcached');
8
?>
9
--INI--
10
session.save_handler = memcached
0 commit comments