diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-05 03:09:48 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-05 03:09:48 +0800 |
commit | 677672d0090cd808c2b8730f421f2cf5af03e0e0 (patch) | |
tree | f88580aea1006b77937590681f286b22f94ed4f1 /databases/Makefile | |
parent | 1616d90abe98710a25dddcc3d191ccae9f672e5f (diff) | |
download | freebsd-ports-gnome-677672d0090cd808c2b8730f421f2cf5af03e0e0.tar.gz freebsd-ports-gnome-677672d0090cd808c2b8730f421f2cf5af03e0e0.tar.zst freebsd-ports-gnome-677672d0090cd808c2b8730f421f2cf5af03e0e0.zip |
Add new port databases/pecl-yac
PR: 194553
Submitted by: John Pupu
Yac is a shared memory user data cache for PHP. It can be used instead of
APC or local memcached.
Yac is lockless, which it is very fast, but there could be a chance the
wrong data will be retrieved (it depends on how many key slots are
allocated and how many keys are stored), so a product using Yac should not
be very sensitive to data loss.
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 83ecf040a54f..3cea913bd16e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -522,6 +522,7 @@ SUBDIR += pecl-pdo_user SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant + SUBDIR += pecl-yac SUBDIR += percona-toolkit SUBDIR += percona55-client SUBDIR += percona55-server |