php cgi.exe錯誤的解決方法:1、執行「c:\php7.1>php-cgi.exe -b 127.0.0.1:9123」;2、安裝Redistributable for Visual Studio即可。
本文操作環境:Windows10系統、PHP7.1版、DELL G3電腦
如何解決php cgi.exe 錯誤問題?
php-cgi.exe –應用程式無法正確啟動
執行php-cgi.exe並點擊一個彈出對話框,顯示以下錯誤訊息:
Application Error : The application was unable to start correctly (0xc000007b)
Terminal
c:\php7.1>php-cgi.exe -b 127.0.0.1:9123
在Windows 10上使用PHP 7.1.10測試
解
要在Windows上執行PHP,您需要安裝Redistributable for Visual Studio ,請參考官方PHP下載網站,例如,如果您下載了「 PHP VC14 build」 zip文件,則需要安裝Visual Studio 2015的Visual C Redistributable。
翻譯自: https://mkyong.com/nginx/php-cgi-exe-the-application-was-unable-to-start-correctly /
推薦學習:《PHP影片教學》
以上是如何解決php cgi.exe 錯誤問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!