This project reached its end-of-life on 2016-09-28. Contains conversion of ZF1 subversion repo to git, from version 15234 forward, and only containing master and release-1.12 branches and 1.12 tags.
in *.phtml File
<?php echo $this-currency(99)?> // result: 990.00 kr.
Resolution:
Problem place library/Zend/Locale/Math.php
Class: Zend_Locale_Math
Method: public static function round($op1, $precision = 0)
Reason: Hardcoded '.0'
Test: Locale: da_DK Number: 99
in *.phtml File <?php echo $this-currency(99)?> // result: 990.00 kr.
Resolution: Problem place library/Zend/Locale/Math.php Class: Zend_Locale_Math Method: public static function round($op1, $precision = 0) Reason: Hardcoded '.0'