Posted to
IIS7 - Known Issues and Workarounds
by
ShinX
on
09-29-2008, 5:48 AM
Well I am using windows vista, using php via fast cgi and I get this error on iis 7. I realised a setting in the php.ini config file caused this.
It was the error_reporting = E_STRICT feature I had on caused this to occur rather then
outputting general error messages.
This was simply fixed by changing error_reporting = E_STRICT to ...