Package Information |
Summary |
immutable_cache - an shared memory cache of immutable values |
Maintainers |
Tyson Andre (lead)
[details]
|
License |
PHP License |
Description |
immutable_cache - an shared memory cache of immutable values. Based on APCu. |
Homepage |
https://github.com/TysonAndre/immutable_cache-pecl
|
Release notes
Version 6.1.0
(stable)
|
- Extend minimum supported php version from php 8.0 to 7.2 - Work around bug adding '-lpthread' as a shared library dependency in php before 7.4.14. Related to https://bugs.php.net/bug.php?id=80402 - Switch default for immutable_cache.serializer to "default" (store the php arrays and strings and scalars in shared memory rather than serialization when added value is an array) |