The new PECL package apcu-5.1.13 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
- Reimplement persistence logic using precise allocation rather than memory 
pools. This reduces
memory usage of cache entries, especially for small values, and improves 
performance of persisting
and unpersisting values.
- Fixed GH #335: Stampede protection is broken.
- Fixed GH #328: Segfault in apcu_key_info() if APCu is disabled.
- Generally make the behavior of functions if APCu is disabled more consistent.
- Fixed PHP bug #72980: Empty strings are now consistently allowed as cache 
keys.
- Optimized apcu_key_info() and apcu_cache_info() by using interned strings.
- Fix build against PHP master (PHP 7.4).
- Many changes to internal C APIs.

Package Info
-------------
APC User Caching

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

Authors
-------------
Joe Watkins <pthre...@pthreads.org> (lead)
Anatol Belski <a...@php.net> (developer)
Remi Collet (lead)
Nikita Popov (lead)


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

Reply via email to