We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6c45d commit 4e7f20cCopy full SHA for 4e7f20c
tests/memcachedserver.phpt
@@ -8,6 +8,10 @@ if (!extension_loaded("memcached")) {
8
if (!class_exists("MemcachedServer")) {
9
die("skip memcached not built with libmemcachedprotocol support\n");
10
}
11
+
12
+if (Memcached::LIBMEMCACHED_VERSION_HEX < 0x1001000) {
13
+ die("skip needs at least libmemcached 1.1.0\n");
14
+}
15
?>
16
--FILE--
17
<?php
0 commit comments