I am currently making the transition from IIS6 to IIS7+FastCGI but I have problems when using FastCGI. On every error (NOTICE, WARNING, etc) the page only displays the error message and doesn't display the rest of the page. This even happens with undefined messages.
At this time I have set "error_reporting = E_ALL & ~E_NOTICE" so notices are ignored and the pages load like they should. Pages with warning mesages however still don't load. I could add ~E_WARNING to error_reporting but that shouldn't be necessery in the first place.
When using ISAPI on the IIS7 server the pages load just fine with the error messages. Could anyone help me with this problem?
An output of the PHP configuration can be found at http://www.eu-gamers.com/info.php.