public
Description: memcached extension based on libmemcached library
Homepage:
Clone URL: git://github.com/andreiz/php-memcached.git
name age message
file .cvsignore Wed Feb 04 13:58:47 -0800 2009 Ignore cscope.out [andrei]
file .gitignore Tue Sep 15 00:47:39 -0700 2009 add php_memcached.loT [andreiz]
file CREDITS Fri Feb 13 12:52:20 -0800 2009 Release 0.1.4. [andreiz]
file ChangeLog Mon Aug 17 11:35:08 -0700 2009 Misc [andreiz]
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 Mon Aug 17 11:35:08 -0700 2009 Misc [andreiz]
file package.xml Tue Jul 07 13:31:35 -0700 2009 Remove EXPERIMENTAL. [andreiz]
file php_memcached.c Fri Jul 31 15:48:31 -0700 2009 Add OPT_AUTO_EJECT_HOSTS option. [andreiz]
file php_memcached.h Fri Jul 31 14:02:03 -0700 2009 Added memcached.sess_prefix setting. [treydempsey]
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