andreiz / php-memcached
- Source
- Commits
- Network (10)
- Issues (3)
- Downloads (8)
- Wiki (1)
- Graphs
-
Tree:
ca70b1a
| name | age | message | |
|---|---|---|---|
| |
.cvsignore | Wed Feb 04 13:58:47 -0800 2009 | |
| |
.gitignore | ||
| |
CREDITS | Fri Feb 13 12:52:20 -0800 2009 | |
| |
ChangeLog | ||
| |
LICENSE | Sun Dec 14 10:08:59 -0800 2008 | |
| |
README.markdown | Fri Feb 13 13:04:33 -0800 2009 | |
| |
config.m4 | Fri Feb 13 12:43:24 -0800 2009 | |
| |
config.w32 | Sun Dec 14 10:08:59 -0800 2008 | |
| |
memcached-api.php | ||
| |
package.xml | Tue Jul 07 13:31:35 -0700 2009 | |
| |
php_memcached.c | ||
| |
php_memcached.h | ||
| |
tests/ | Mon Jun 01 13:03:11 -0700 2009 |
README.markdown
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.

