ZF-10189: Missing require_once for Zend_Log in Zend_Cache_Core
Description
In _loggerSanity(), if Zend_Cache_Core is initialised before autoloading has been turned on, a missing require_once statement for Zend_Log causes:
Fatal error: Class 'Zend_Log' not found in /path/to/library/Zend/Cache/Core.php on line 717
(as at revision 21293).
Can be easily worked around by autoloading earlier, requiring Zend_Log yourself or turning off logging, but probably should be fixed nonetheless.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-20T21:34:27.000+0000
Thank you by report. Fixed in trunk r22651, applied r22652 to 1.10 branch.
Greetings Ramon