andreiz / php-memcached

memcached extension based on libmemcached library

This URL has Read+Write access

name age message
file .cvsignore Wed Feb 04 13:58:47 -0800 2009 Ignore cscope.out [andrei]
file .gitignore Loading commit data...
file CREDITS Fri Feb 13 12:52:20 -0800 2009 Release 0.1.4. [andreiz]
file ChangeLog
file LICENSE Sun Dec 14 10:08:59 -0800 2008 First import [andreiz]
file README.markdown Fri Feb 13 13:04:33 -0800 2009 Add igbinary link. [andreiz]
file config.m4 Fri Feb 13 12:43:24 -0800 2009 Fixed OPT_SERIALIZER values to be integers rath... [andreiz]
file config.w32 Sun Dec 14 10:08:59 -0800 2008 First import [andreiz]
file memcached-api.php
file package.xml Tue Jul 07 13:31:35 -0700 2009 Remove EXPERIMENTAL. [andreiz]
file php_memcached.c
file php_memcached.h
directory tests/ Mon Jun 01 13:03:11 -0700 2009 Merge a number of patches. libmemcached may re... [andreiz]
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.

Resources