php-cgi.exe -b 127.0.0.1:9123"; 2. Install Redistributable for Visual Studio."/> php-cgi.exe -b 127.0.0.1:9123"; 2. Install Redistributable for Visual Studio.">
Home > Article > Backend Development > How to solve php cgi.exe error problem
Solution to php cgi.exe error: 1. Execute "c:\php7.1>php-cgi.exe -b 127.0.0.1:9123"; 2. Install Redistributable for Visual Studio.
The operating environment of this article: Windows 10 system, PHP version 7.1, DELL G3 computer
How to solve the php cgi.exe error problem ?
php-cgi.exe – The application failed to start correctly
Running php-cgi.exe and clicking a popup dialog box with the following error message:
Application Error : The application was unable to start correctly (0xc000007b)
Terminal
c:\php7.1>php-cgi.exe -b 127.0.0.1:9123
Testing with PHP 7.1.10 on Windows 10
Solution
To run PHP on Windows you need to install Redistributable for Visual Studio, please refer to the official PHP download website, for example, if you downloaded the "PHP VC14 build" zip file, you need to install the Visual C Redistributable for Visual Studio 2015.
Translated from: https://mkyong.com/nginx/php-cgi-exe-the-application-was-unable-to-start-correctly /
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of How to solve php cgi.exe error problem. For more information, please follow other related articles on the PHP Chinese website!