https://github.com/php/pecl-caching-memcache
memcached extension
https://github.com/php/pecl-caching-memcache
Last synced: 6 months ago
JSON representation
memcached extension
- Host: GitHub
- URL: https://github.com/php/pecl-caching-memcache
- Owner: php
- License: other
- Created: 2013-10-06T10:13:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T22:34:09.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T21:29:51.387Z (over 1 year ago)
- Language: C
- Homepage: http://pecl.php.net/package/memcache
- Size: 678 KB
- Stars: 10
- Watchers: 8
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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