Own PHP-Versions with FastCGI
Posted: Mon Oct 30, 2017 11:14 am
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:
Enable FastCGI for example:
-c Option for location of php.ini
3. Restart the WWebserver
(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