0
我在本地計算機上有兩個服務器設置,一個是Zend服務器,另一個是Wamp,因爲我想開始使用Symfony 2,它不會在Zend上安裝。作曲家安裝錯誤
當我嘗試安裝作曲家時,我在我的wamp文件夾中選擇了php.exe,但在安裝結束時我一直收到這個錯誤。
錯誤:
The php exe you selected does not match the one found in your path.
Selected: C:\wamp\bin\php\php5.3.13\php.exe
In Path: C:\Program Files (x86)\Zend\ZendServer\bin\php.exe
Remove the following from your System Path Environment variable:
C:\Program Files (x86)\Zend\ZendServer\bin
Warning: Only do this if you are sure that it will not affect anything else.
也許這個網址將幫助您從環境變量刪除Zend服務器。 http://www.itechtalk.com/thread3595.html你可以完全卸載Zend。 – CharliePrynn 2013-02-08 14:15:36
正如@CharliePrynn所說,你應該選擇一個PHP可執行文件(整個服務器設置)來使用。選擇WAMP或Zend Server。它看起來像你想使用WAMP,所以我會繼續並卸載Zend服務器,看看是否能糾正你的問題。 – 2013-02-08 14:16:53
我試圖避免這個,但我會給它 – 2013-02-08 14:18:29