Page 1 of 1

Own PHP-Versions with FastCGI

Posted: Mon Oct 30, 2017 11:14 am
by mwiede
1. Install your favourite PHP-Version: http://windows.php.net/download/
(For FastCGI you can also use non thread safe versions.)

2. Configurate FastCGI in cfg\cgi.txt

Disable PHPBuildIn:

Code: Select all

# .php;PHPBuildIn
Enable FastCGI for example:

Code: Select all

.php;PHPFCGI C:\php7.1.11\php-cgi.exe -c "C:\php7.1.11\php.ini"
-c Option for location of php.ini

3. Restart the WWebserver