There´s something strange with one of my servers.
If write a code like:
$x = 3.2;
printf("%1.2f",$x);
I get 3.00 in one of them and 3.20 in the other. They both have apache 1.3.2 and PHP4.
Does anybody suggest something to fix it?
Thanks a lot for any help!