How to test a PHP page using Fast CGI through the Windows command line?
When not using Fast CGI, and the PHP binary for example was just php-cgi.exe, I used to be able to test the output a PHP page in the command line by typing something like:
php.cgi c:\path\to\file.php
We're using Fast CGI on a server, in IIS the extension path is:
C:\WINDOWS\system32\inetsrv\fcgiext.dll
As this is a DLL I'm not sure how to test a PHP page from a command line?