yac 2.3.2

lockless user data cache


yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached.

License: PHP

Changes

- PHP 8.2, 8.3, 8.4, 8.5 and 8.6 support
- Added ARMv8 hardware CRC32C support
- Fixed dead SSE4.2 CRC32 detection, modernized config.m4
- Retry on CAS failures in set()
- Treat decode/decompression failures as silent cache misses
- Fixed delete() returning true for non-existent keys
- Added PIE (PHP Installer for Extensions) support