ID: 40644 Updated by: [EMAIL PROTECTED] Reported By: standov at ua dot fm -Status: Open +Status: Bogus Bug Type: *Languages/Translation Operating System: Windows 2000 PHP Version: 5.2.1 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2007-02-26 17:37:34] standov at ua dot fm Description: ------------ Number to string convertion buggy on some locales Reproduce code: --------------- <?php setlocale(LC_ALL,array("rus", "ru_RU.utf8")); echo 5.2; ?> Expected result: ---------------- 5.2 Actual result: -------------- 5,2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40644&edit=1
