| Name: | php-pecl-yac |
|---|---|
| Version: | 0.9.2 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Development/Languages |
| Size: | 54646 |
| License: | PHP |
| RPM: | php-pecl-yac-0.9.2-1.el7.x86_64.rpm |
| Source RPM: | php-pecl-yac-0.9.2-1.el7.src.rpm |
| Build Date: | Sat Nov 04 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://pecl.php.net/package/yac |
| Summary: | Lockless user data cache |
| Description: | Yac (Yet Another Cache) is a shared memory user data cache for PHP. It can be used to replace APC or local memcached. Yac is lockless, that means, it is very fast, but there could be a chance you will get a wrong data(depends on how many key slots are allocated and how many keys are stored), so you'd better make sure that your product is not very sensitive to that. |
- Update to 0.9.2
- cleanup for review - build with system fastlz - don't install the tests
- improve SCL build
- Update to 0.9.1 (beta)
- upstream move to pecl - rename from php-yac to php-pecl-yac - update to 0.9.0 (beta)
- add numerical prefix to extension configuration file (php 5.6)
- allow SCL build
- version 0.1.1
- initial package, version 0.1.0 (experimental)