im running IIS 7.5 / PHP 7.0 CGI. If i open a non exist .php file i get this error:
No input file specified.
IIS don't use the 404 Error Page, like in .html files. I found some solutions, for example set doc_root in php.ini or comment out open_basedir .. but it won't help.