diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-08 21:45:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-08 21:45:53 +0000 |
commit | 1e005bc37f52c5f8306c4e1d240d68ffc0530fd6 (patch) | |
tree | ac7f8c6ffdb604502e8afb3156822730a82ad97e /databases/Makefile | |
parent | 16fff2cdf62c2326a790867fb7c714be408940db (diff) | |
download | ports-1e005bc37f52c5f8306c4e1d240d68ffc0530fd6.tar.gz ports-1e005bc37f52c5f8306c4e1d240d68ffc0530fd6.zip |
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.
This extension uses libmemcached library to provide API for
communicating with memcached servers.
WWW: http://pecl.php.net/package/memcached
PR: ports/131172
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=227828
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 372e78ed7dce..ea01d4eee4bf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -399,6 +399,7 @@ SUBDIR += pear-XML_Query2XML SUBDIR += pecl-mdbtools SUBDIR += pecl-memcache + SUBDIR += pecl-memcached SUBDIR += pecl-sqlite SUBDIR += pgaccess SUBDIR += pgadmin3 |