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

How to solve php cgi.exe error problem

藏色散人
藏色散人Original
2021-11-18 09:12:024641browse

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.

How to solve php cgi.exe error problem

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.

How to solve php cgi.exe error problem

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn