ZF-11988: Zend_Cache::_makeBackend and Zend_Cache::_makeFrontend throw exceptions if custom backend class name is namespaced
Description
Zend_Cache::_makeBackend and Zend_Cache::_makeFrontend throw exceptions if custom backend class name contains backslashes ("\") and therefore doesn't allow namespace custom backends.
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-26T06:05:22.000+0000
Fixed in trunk r24655 r24656 Merged to release-1.11 in r24657
Zend\Cache has been completely refactored in ZF2, and so this code does not need to be forward-ported