I have PHP Version 4.0.4pl1 running on Win2000 SP2, on IIS5. Everytime a page is accessed that has kind of coding error, even simple parse errors because I forgot the ';' , A 'php.exe has generated an application error...." pop-up appears on the server console. It registers in the errorlog. I click OK, and everything is fine (until I run that page again, or correct the error, but nothing needs to be restarted). I have my php.ini file set to show all errors except notices (one of the lines pre-configured, just un-commented it).
I still want to see the errors on the result page (As I'm in the middle of development), but not causing server application errors, which is really starting to annoy the network admin. I can't imagine it was supposed to work like that, so is there some setting I missed?
Thanks,
Brian