typo in skip message (#331)

This commit is contained in:
Remi Collet
2017-02-21 23:47:15 +01:00
committed by Aaron Stone
parent 466485a2ca
commit 3b3e63dac7

View File

@@ -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