mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
typo in skip message (#331)
This commit is contained in:
@@ -4,7 +4,7 @@ Session lazy binary warning old libmemcached
|
||||
<?php
|
||||
include dirname(__FILE__) . "/skipif.inc";
|
||||
if (!Memcached::HAVE_SESSION) print "skip";
|
||||
if (Memcached::LIBMEMCACHED_VERSION_HEX >= 0x01000018) die ('skip too old libmemcached');
|
||||
if (Memcached::LIBMEMCACHED_VERSION_HEX >= 0x01000018) die ('skip too recent libmemcached');
|
||||
?>
|
||||
--INI--
|
||||
session.save_handler = memcached
|
||||
|
||||
Reference in New Issue
Block a user