mirror of
https://github.com/php/pecl-caching-memcache.git
synced 2026-03-23 22:42:08 +01:00
18 lines
583 B
Plaintext
18 lines
583 B
Plaintext
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
|