It worked after doing a normal free upgrade to Win 10 on my laptop. However I've now reinstalled Win 10 from the ISO and want to get IIS & PHP working again.
I tried taking the PHP files from Win 7 to Win 10; installing IIS, FastCgi as described here. However when it came to this section
the commandIn reference to php.net/manual/en/install.windows.iis7.php:Example #2 Creating IIS FastCGI process pool
%windir%\system32\inetsrv\appcmd set config /section:system.webServer/fastCGI ^was always rejected; I removed the ^ so what I submitted was
/+[fullPath='c:\PHP\php-cgi.exe']
%windir%\system32\inetsrv\appcmd set config /section:system.webServer/fastCGI/+[fullPath='c:\PHP\php-cgi.exe']I tried it without the square brackets, still rejected, error message saying
Unknown config section system.webServer/fastCGI/+[fullPath='c:\PHP\php-cgi.exe']or similar. I tried changing CGI to Cgi but it still gave the error.
Any thoughts on what I'm doing wrong?
And yes, I do want to continue to use IIS & PHP, it suits me.
Tony
We have more and more laws, and less and less enforcement
We have more and more laws, and less and less enforcement



Print Thread
cheshire_man