Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.7.0
-
Fix Version/s: 1.8.0
-
Component/s: Zend_Locale
-
Labels:None
Description
If you perform the Optimizations from the Documentation by stripping out all require_once statements (http://framework.zend.com/manual/en/performance.classloading.html 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.
Reassigned... part of the performance chapter