Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-zendframework-zend-memory - Zend Framework Memory component

Website:
https://zendframework.github.io/zend-memory/
Licence:
BSD
Vendor:
Remi Collet
Description:
The Zend\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://zendframework.github.io/zend-memory/

Packages

php-zendframework-zend-memory-2.6.0-1.el7.remi.noarch [13 KiB] Changelog by Remi Collet (2018-05-03):
- update to 2.6.0
- raise dependency on PHP 5.6
php-zendframework-zend-memory-2.5.2-1.el7.remi.noarch [15 KiB] Changelog by Remi Collet (2016-05-11):
- update to 2.5.2
- raise dependency on PHP >= 5.5