Re: [PHP] Apache on Linux vs. IIS on W2K

2001-02-17 Thread php3
Addressed to: <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from <[EMAIL PROTECTED]> Sat, 17 Feb 2001 14:22:54 - > So the question is, why is this acting like this? (When I meet "pro" they > say Apache, Linux e.g.. is the best, and curse the IIS and W2K, but at this >

Re: [PHP] Apache on Linux vs. IIS on W2K

2001-02-17 Thread Alexander Wagner
SED wrote: > $foo = round (1.95583, 0); > > When I saved the code on a different server, Apache on Linux, I got > this error up: > > Warning: Wrong parameter count for round() ... bla, bla A look into the manual reveals: "Note: The precision parameter is only available in PHP 4." Loo