Port details |
- pecl-yac Shared and lockless memory user data cache for PHP
- 0.9.2 databases
=0 0.9.2Version of this port present on the latest quarterly branch.
- Maintainer: johnpupu@gmail.com
- Port Added: 2014-11-04 19:10:01
- Last Update: 2014-11-04 21:58:26
- SVN Revision: 372174
- License: PHP301
- WWW:
- http://pecl.php.net/package/yac
- Description:
- 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.
WWW: http://pecl.php.net/package/yac
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- pecl-yac>0:databases/pecl-yac
- No installation instructions:
- This port has been deleted.
- PKGNAME: pecl-yac
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- php.h : lang/php5
- phpize : lang/php5
- autoconf-2.69 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php5
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2 04 Nov 2014 21:58:26 |
antoine |
Remove duplicate port |
0.9.2 04 Nov 2014 19:09:48 |
marino |
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. |
Number of commits found: 2
|