diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:49:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:49:40 +0800 |
commit | e1aa539c0fba5e568d0cfea82c74851b836d2b64 (patch) | |
tree | dc4c9ef69c822d87b43e33a39cf3865d84805e52 /databases/php70-memcache/pkg-descr | |
parent | d61041e0a65a348331ee7ff16caf8b6b679f31a0 (diff) | |
download | freebsd-ports-gnome-e1aa539c0fba5e568d0cfea82c74851b836d2b64.tar.gz freebsd-ports-gnome-e1aa539c0fba5e568d0cfea82c74851b836d2b64.tar.zst freebsd-ports-gnome-e1aa539c0fba5e568d0cfea82c74851b836d2b64.zip |
- Add php70-memcache
Memcached is a caching daemon designed especially for dynamic web applications
to decrease database load by storing objects in memory. This extension allows
you to work with memcached through handy OO and procedural interfaces.
Note that this port uses unofficial development from
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).
WWW: https://pecl.php.net/package/memcache
Diffstat (limited to 'databases/php70-memcache/pkg-descr')
-rw-r--r-- | databases/php70-memcache/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/php70-memcache/pkg-descr b/databases/php70-memcache/pkg-descr new file mode 100644 index 000000000000..92a3b7bbd5a6 --- /dev/null +++ b/databases/php70-memcache/pkg-descr @@ -0,0 +1,8 @@ +Memcached is a caching daemon designed especially for dynamic web applications +to decrease database load by storing objects in memory. This extension allows +you to work with memcached through handy OO and procedural interfaces. + +Note that this port uses unofficial development from +https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch). + +WWW: https://pecl.php.net/package/memcache |