Hi!
I installed PHP5 on IIS7 (Windows Server 2008) and it works as expected. However I have some questions about errors and warnings. I come from Apache, no IIS experience.
1. If I run the script from localhost, after I have disabled the Friendly Errors in Internet Explorer, I can see the error message. But if I do the same from a Firefox on another computer, I get a 500 error back: how can I get the errors to appear on the other computers as well? Or is this firefox?
2. Apparently, when a script gets a warning, the script stops right there, and does not finish the entire computation. This is really a pain: can I prevent this?
Thanks for any help
Palantir