ZF-9239: require_once() is missing in Zend_Cache_Manager
Description
Zend_Cache_Manager object expects that you load Zend_Cache class before using it.
h3. Usage
<?php
$manager = new Zend_Cache_Manager();
// ...
$manager->getCache('default');
h3. Expected result
No error
h3. Actual result
Fatal error: Class 'Zend_Cache' not found in /path/to/library/Zend/Cache/Manager.php on line 167
Comments
Posted by Renan de Lima (renanbr) on 2010-02-23T05:55:50.000+0000
patch for this issue
Posted by Pádraic Brady (padraic) on 2010-02-23T10:56:21.000+0000
Fixed in r21162