From: stakadush at yahoo dot com Operating system: Ubuntu 9.04 & OS X 10.5.7 PHP version: 5.3.0 PHP Bug Type: Math related Bug description: setlocale affects math functions
Description: ------------ setlocalte affects the return of math functions, making them unusable. in this example the dot is being replaced with the italian comma notation. Reproduce code: --------------- setlocale(LC_ALL, 'it_IT.UTF-8'); echo abs(-5.5); Expected result: ---------------- 5.5 Actual result: -------------- 5,5 -- Edit bug report at http://bugs.php.net/?id=49254&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=49254&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=49254&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=49254&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=49254&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=49254&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=49254&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=49254&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=49254&r=needscript Try newer version: http://bugs.php.net/fix.php?id=49254&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=49254&r=support Expected behavior: http://bugs.php.net/fix.php?id=49254&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=49254&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=49254&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=49254&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=49254&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=49254&r=dst IIS Stability: http://bugs.php.net/fix.php?id=49254&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=49254&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=49254&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=49254&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=49254&r=mysqlcfg
