Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.10.2
-
Fix Version/s: 1.10.2
-
Component/s: Zend_Cache
-
Labels:None
Description
Zend_Cache_Manager object expects that you load Zend_Cache class before using it.
Usage
<?php $manager = new Zend_Cache_Manager(); // ... $manager->getCache('default');
Expected result
No error
Actual result
Fatal error: Class 'Zend_Cache' not found in /path/to/library/Zend/Cache/Manager.php on line 167
patch for this issue