ID:               28746
 Updated by:       [EMAIL PROTECTED]
 Reported By:      isp at derdev dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Output Control
 Operating System: linux
 PHP Version:      4.3.6
 New Comment:

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

Works fine here, keep in mind that PHP's money_format() 
function is a direct wrapper around the libc C equivalent. 
If it does not work this has likely to do with your libc 
then PHP. 


Previous Comments:
------------------------------------------------------------------------

[2004-06-11 21:48:32] isp at derdev dot com

Description:
------------
The combination of setlocale and money_format worked for me in php
4.3.4.  Upgrading to php 4.3.6 and changing servers seems to have
broken setlocale and/or money_format.

Reproduce code:
---------------
<?php
$item="987654.321";
setlocale(LC_MONETARY, 'en_US');
print money_format('%.2n',$item);
# prints 987654.321

?>

Expected result:
----------------
$987,654.32

Actual result:
--------------
987654.32


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28746&edit=1

Reply via email to