Top "Zend-cache" questions

The tag "zend-cache" means one of the following: 1) The data cache functions of Zend Server 2) The Zend Cache Extension of Zend Platform 2) The component Zend\Cache of Zend Framework 2 3) The component Zend_Cache of Zend Framework 1

Zend OPCache - opcache.enable_cli 1 or 0? What does it do?

In the documentation it says "mostly used for debugging" which would lead me think "never enable it unless you've a …

php zend-cache opcache php-5.5
Zend Config Ini Caching

My Zend app uses 3 ini config files, with a total of over 200 lines to parse, containing over 100 instructions. Are these …

php zend-framework zend-cache zend-config
Zend error: The apc extension must be loaded for using this backend

Hi I am getting the above error setting up my Zend application on a public hosted server. I have another …

php zend-framework caching apc zend-cache