Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.1
-
Component/s: Zend_Cache
-
Labels:None
Description
There are a few useless lines of code in Zend_Cache_Backend::_loggerSanity() since ZF-3875.
try { /** * @see Zend_Log */ require_once 'Zend/Log.php'; } catch (Zend_Exception $e) { Zend_Cache::throwException('Logging feature is enabled but the Zend_Log class is not available', $e); }
Attached patch.