As always, we welcome everyone to create issues in our issue tracker that document an issue. Currently, we are focused on achieving ZF 1.0. Thus, we prefer to focus on issues affecting the latest SVN version of the ZF and a version of PHP supported by the ZF (currently stable releases of PHP 5.1.4 and newer). Supplying a small code example to duplicate any issues helps.

ZF Issue Tracker
http://framework.zend.com/issues/secure/Dashboard.jspa

Issue Tracker Etiquette
http://framework.zend.com/wiki/display/ZFDEV/Issue+Tracker+Etiquette

How to Report Bugs Effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

Subtle differences in the results of native PHP functions and operators (e.g. math) may exist between platforms (e.g. 32 bit or 64 bit systems). Tiny math errors can arise when working with float data types. The ZF i18n components solve these problems by using PHP's BCMath extension, if present. I highly recommend using a version of PHP with the BCMath extension enabled. I'm adding some additional notes to the documentation about BCMath and its importance to the ZF.

Cheers,
Gavin

Reply via email to