mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
11 lines
183 B
PHP
11 lines
183 B
PHP
--TEST--
|
|
Check for memcached presence
|
|
--SKIPIF--
|
|
<?php include "skipif.inc";?>
|
|
--FILE--
|
|
<?php
|
|
echo "memcached extension is available";
|
|
?>
|
|
--EXPECT--
|
|
memcached extension is available
|