Tomas Srnka 998c72ef7d Merge pull request #21 from mk-j/master
applying patch for php bug 73539
2017-02-24 13:03:51 +01:00
2009-04-08 08:37:29 +00:00
2005-10-29 14:24:50 +00:00
2004-02-11 16:06:39 +00:00
2012-11-04 16:26:55 +00:00

memcached module for PHP
------------------------
This module requires zlib library, used for on-the-fly data (de)compression.
Also, you'll need memcached to use it =)

The memcached website is here:
    http://www.danga.com/memcached/

You will probably need libevent to install memcached:
You can download it here: http://www.monkey.org/~provos/libevent/

How to run tests:
1. sh tests/memcache.sh
2. TEST_PHP_EXECUTABLE=/usr/local/bin/php php -dextension=modules/memcache.so run-tests.php -d extension=modules/memcache.so

Maintainers:
Herman J. Radtke III	hradtke at php dot net
Description
No description provided
Readme 838 KiB
Languages
C 56.1%
PHP 42.2%
M4 1.1%
Shell 0.3%
JavaScript 0.2%