immutable_cache

pecl install immutable_cache

immutable_cache - an shared memory cache of immutable values

immutable_cache - an shared memory cache of immutable values. Based on APCu.

Maintainer

  • Tyson Andre (lead )

Details

Stars: 22
Issue openned: 8
Downloads: 282
6.1.0
1 year ago
Version 6.1.0 change log


- 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)

requires:

  • php >=7.2.0
  • pearinstaller >=1.10