The new PECL package yac-2.0.4 (beta) has been released at 
https://pecl.php.net/.

Release notes
-------------
- Fixed PHP-7.4 windows build

Package Info
-------------
yac 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.

Related Links
-------------
Package home: https://pecl.php.net/package/yac
   Changelog: https://pecl.php.net/package-changelog.php?package=yac
    Download: https://pecl.php.net/get/yac-2.0.4.tgz

Authors
-------------
Wei Dai <de...@php.net> (developer)
Xinchen Hui <larue...@php.net> (lead)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to