php-laminas-memory - Laminas Framework Memory component
- Website:
- https://github.com/laminas/laminas-memory
- Licence:
- BSD
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
The Laminas\Memory component is intended to manage data in an environment with limited memory. Memory objects (memory containers) are generated by memory manager by request and transparently swapped/loaded when it’s necessary. For example, if creating or loading a managed object would cause the total memory usage to exceed the limit you specify, some managed objects are copied to cache storage outside of memory. In this way, the total memory used by managed objects does not exceed the limit you need to enforce. Documentation: https://docs.laminas.dev/laminas-memory/
Packages
php-laminas-memory-2.10.0-1.remi.src | [39 KiB] |
Changelog by Remi Collet (2022-11-16):
- update to 2.10.0 (no change) - raise dependency on PHP 8.0 |
php-laminas-memory-2.9.0-1.remi.src | [39 KiB] |
Changelog by Remi Collet (2022-03-24):
- update to 2.9.0 |
php-laminas-memory-2.8.0-1.remi.src | [38 KiB] |
Changelog by Remi Collet (2021-12-07):
- update to 2.8.0 - keep compatibility using laminas-zendframework-bridge as this is only used using compat autolader |
php-laminas-memory-2.7.0-1.remi.src | [37 KiB] |
Changelog by Remi Collet (2021-02-25):
- update to 2.7.0 (no change) - raise dependency on PHP 7.3 - switch to phpunit9 |
php-laminas-memory-2.6.1-2.remi.src | [24 KiB] |
Changelog by Remi Collet (2020-01-17):
- cleanup |
php-laminas-memory-2.6.1-1.remi.src | [24 KiB] |
Changelog by Remi Collet (2020-01-09):
- switch to Laminas |