ZF-9259: Conflict with name class of pluginResource, Zend_Application_Bootstrap_BootstrapAbstract
Description
Problem when using Zend_Application_Resource_Locale through Zend_Application this occurs to enable the extension www.php.net/intl" rel="nofollow">intl conflict with the name of the www.php.net/Locale" rel="nofollow">Locale class.
See Zend_Application_Bootstrap_BootstrapAbstract Line 354.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-02-24T20:08:58.000+0000
Reproduction code in ZF-9259.php, enable extension www.php.net/intl" rel="nofollow">intl.
Posted by Ramon Henrique Ornelas (ramon) on 2010-02-24T20:19:39.000+0000
Possible solution in patch BootstrapAbstract.patch
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2010-08-01T17:45:29.000+0000
What exactly is the problem?
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-01T18:12:41.000+0000
Hi Freeaqingme
Conflicts with name of class internal php www.php.net/Locale" rel="nofollow">Locale, from the extension www.php.net/intl" rel="nofollow">intl.
Thanks advance
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-21T08:37:20.000+0000
With the resolution of the issue ZF-7696 this issue too was fixed. Sorry me the delay to report its resolution.