(For FastCGI you can also use non thread safe versions.)
2. Configurate FastCGI in cfg\cgi.txt
Disable PHPBuildIn:
Code: Select all
# .php;PHPBuildIn
Code: Select all
.php;PHPFCGI C:\php7.1.11\php-cgi.exe -c "C:\php7.1.11\php.ini"
3. Restart the WWebserver