mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
41b005fd0f8587f105f673ef3ab77bd31d1285cd
Build Status
Description
This extension uses libmemcached library to provide API for communicating with memcached servers.
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
Building
$ phpize
$ ./configure
$ make
$ make test
Resources
Description
Languages
C
57%
PHP
39%
M4
3.6%
JavaScript
0.4%
