Zend Framework

Zend_Locale_Math + Include path optimization

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Trivial 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.

Activity

Hide
Thomas Weidner added a comment -

Reassigned... part of the performance chapter

Show
Thomas Weidner added a comment - Reassigned... part of the performance chapter
Hide
Thomas Weidner added a comment -

Fixed behaviour with r14041.
Please open a new issue for other components if necessary

Show
Thomas Weidner added a comment - Fixed behaviour with r14041. Please open a new issue for other components if necessary

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: