ZF-5058: Zend_Locale_Math + Include path optimization
Description
If you perform the Optimizations from the Documentation by stripping out all require_once statements (http://framework.zend.com/manual/en/… C.2.2.1) the Zend_Locale_Math Class will fail if the bcmath Extension is not loaded, since it is trying to wrap the bcmath functions into php functions as a fallback for the missing extension.
This is not really a bug per se but it should be noted somehow inside the Documentation that removing the require statements of some components might cause negative sideeffects.
Comments
Posted by Thomas Weidner (thomas) on 2008-11-25T03:32:26.000+0000
Reassigned... part of the performance chapter
Posted by Thomas Weidner (thomas) on 2009-02-10T13:51:52.000+0000
Fixed behaviour with r14041. Please open a new issue for other components if necessary