I have IIS 7.5 configured to use php 5.3.9 Works great no problems, however, any newer version like php 7.2 returns an error.
The command line returns the same error cgi /fastcgi has stopped working. I have used manual installs and the web platform installer. Receive the same error with the newer php versions. Haven't found a fix for this, does any one know the settings that
will work?
Lex Li
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
3 Posts
PHP 7.2
Sep 26, 2018 07:45 PM|nightstalker_2010|LINK
I have IIS 7.5 configured to use php 5.3.9 Works great no problems, however, any newer version like php 7.2 returns an error.
The command line returns the same error cgi /fastcgi has stopped working. I have used manual installs and the web platform installer. Receive the same error with the newer php versions. Haven't found a fix for this, does any one know the settings that will work?
8995 Posts
MVP
Re: PHP 7.2
Sep 26, 2018 10:08 PM|lextm|LINK
You probably forget Visual C++ runtime,
https://windows.php.net/download/
Read the left panels of the page and download the correct version (VC15) for PHP 7.2.
Once installed, you can use PHP Diagnostics of Jexus Manager to review the settings,
https://docs.jexusmanager.com/tutorials/php-diagnostics.html
PHP Manager 2 for IIS also has the same feature https://www.phpmanager.xyz/
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.