We are having a very interesting problem. Whenever we call the round() function the script will just die. Here is a simple script that fails:
<?
print (round(1.4) . "<BR>\n");
print (round(3.7) . "<BR>\n");
?>
This is on a Solaris box running apache 1.3.20 and php 4.0.6. I'm guessing that there is a problem with the php installation on this machine since this script works fine on a linux machine that I have here.
Any ideas?