ZF-9832: Allow Namespaced Zend_Cache Backends
Description
Currently, Zend_Cache backends can only be "namespaced" by using underscore prefixes, but not with proper 5.3-style namespaces.
Currently, Zend_Cache backends can only be "namespaced" by using underscore prefixes, but not with proper 5.3-style namespaces.
Comments
Posted by Jessie Hernandez (jrhernandez) on 2010-05-12T16:33:47.000+0000
Patch attached.
Posted by Ben Scholzen (dasprid) on 2010-05-12T17:14:02.000+0000
This issue will be solved with Zend Framework 2.0. There is no reason why we should support that in a PHP 5.2 framework. No other component (most of them using the plugin loader) support that yet either.
Posted by Jiri Helmich (teuzz) on 2010-11-18T10:44:26.000+0000
Ben Scholzen: But there is also no reason you should not support it. PHP 5.3 is among us for quite a while...