We just upgraded PHP to 5.3.0 using FastCGI (from 5.2.10 using CGI) and we are starting to see these errors in the error log:
[25-Sep-2009 13:08:31] PHP Warning: Unknown: Filename cannot be empty in Unknown on line 0
[25-Sep-2009 13:08:31] PHP Fatal error: Unknown: Failed opening required '' (include_path='D:\website\htdocs;C:\php_nts\PEAR') in Unknown on line 0
I don't know where to look for where these errors are coming from. I don't know whether this is because of the new version or FastCGI.
Running IIS7 on Windows Server 2008.
Any help is appreciated.