zendframework / zf1

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.
https://framework.zend.com/blog/2016-06-28-zf1-eol.html
BSD 3-Clause "New" or "Revised" License
357 stars 802 forks source link

Zend_Locale_Math incorrect round numbers #744

Open kilatib opened 7 years ago

kilatib commented 7 years ago

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'

froschdesign commented 7 years ago

We are sorry, but ZF1 reaches its End of Life (EOL).

kilatib commented 7 years ago

https://github.com/zendframework/zf1/pull/745