mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-04-27 19:13:13 +02:00
Skip gh_77 test for older libmemcached
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
Test for Github issue #77
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("memcached")) print "skip";
|
||||
if (!in_array ('touch', get_class_methods ('memcached'))) die ('skip too old libmemcached');
|
||||
if (Memcached::LIBMEMCACHED_VERSION_HEX < 0x01000016) die ('skip too old libmemcached');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user