[ciapug] money_format() in php 4.3.7 & FreeBSD

David Champion ciapug@cialug.org
Thu, 01 Jul 2004 10:55:10 -0500


We have a system we're running on a client's server... it's running 
FreeBSD 4.9 and PHP 4.3.7. Some of the PHP pages use the money_format() 
fn, but php errors on them like so:

Fatal error: Call to undefined function: money_format() in
index.php on line 252

This function works fine on other systems, even with older versions of 
PHP. According to the PHP manual, money_format() was supported as of 4.3.0.

Any ideas on this? It's not a huge problem obviously we were able to 
format currency strings before this function existed, but I just thought 
it was odd.

-dc