ID: 30729 Updated by: [EMAIL PROTECTED] Reported By: fansyah at yahoo dot com -Status: Feedback +Status: No Feedback Bug Type: Math related Operating System: win32 only PHP Version: 4.3.9 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2005-02-03 04:45:04] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2004-11-24 01:30:12] [EMAIL PROTECTED] Works fine within Linux... ------------------------------------------------------------------------ [2004-11-09 07:03:48] fansyah at yahoo dot com Description: ------------ i have fraction 2.135 or 2.155 or 2.175 or 2.195 with around() function like this example: around(2.135,2) with result 2.13 it should be 2.14 Reproduce code: --------------- $b=2.135; echo round($b,2); Expected result: ---------------- 2.14 Actual result: -------------- 2.13 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30729&edit=1