We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d563c3 commit 2a7ccfaCopy full SHA for 2a7ccfa
tests/gh_77.phpt
@@ -2,7 +2,7 @@
2
Test for Github issue #77
3
--SKIPIF--
4
<?php if (!extension_loaded("memcached")) print "skip";
5
- if (!in_array ('touch', get_class_methods ('memcached'))) die ('skip too old libmemcached');
+ if (Memcached::LIBMEMCACHED_VERSION_HEX < 0x01000016) die ('skip too old libmemcached');
6
?>
7
--FILE--
8
<?php
0 commit comments