2013-10-24 151 views
1

我想在wampserver中安裝pear。它不帶有一個go-pear.bat。用wampserver安裝PEAR

我從pear.php.net/go-pear下載.phar文件並運行php go-pear.phar。

它只是在設置所有路徑的配置上循環。

什麼給?

回答

2

假設您正在運行PHP5.3.24並且wamp安裝在C:驅動器上,如果不相應地更改文件夾名稱。

http://pear.php.net/go-pear.phar找去,pear.phar並將其複製到WAMP \ BIN \ PHP \文件夾php5.3.24

做了這一切,從Windows命令窗口

cd C:\wamp\bin\php\php5.3.24 
md pear 
PATH=%PATH%;C:\wamp\bin\php\php5.3.24 
php go-pear.phar 

,當你問這個問題

Below is a suggested file layout for your new PEAR installation. To 
change individual locations, type the number in front of the 
directory. Type 'all' to change all of them or simply press Enter to 
accept these locations. 

1. Installation base ($prefix)     : D:\wamp\bin\php\php5.3.24 
2. Temporary directory for processing   : D:\wamp\bin\php\php5.3.24\tmp 
3. Temporary directory for downloads    : D:\wamp\bin\php\php5.3.24\tmp 
4. Binaries directory       : D:\wamp\bin\php\php5.3.24 
5. PHP code directory ($php_dir)     : D:\wamp\bin\php\php5.3.24\pear 
6. Documentation directory      : D:\wamp\bin\php\php5.3.24\docs 
7. Data directory        : D:\wamp\bin\php\php5.3.24\data 
8. User-modifiable configuration files directory : D:\wamp\bin\php\php5.3.24\cfg 
9. Public Web Files directory     : D:\wamp\bin\php\php5.3.24\www 
10. Tests directory        : D:\wamp\bin\php\php5.3.24\tests 
11. Name of configuration file     : D:\wamp\bin\php\php5.3.24\pear.ini 
12. Path to CLI php.exe       : \wamp\bin\php\php5.3.24 

1-12, 'all' or Enter to continue: 12 

爲了得到它與安裝,你必須只按ENTER鍵進行

它的那樣簡單

+0

當我到達這一點時,我按下Enter鍵。它只是保持循環。我使用PHP 5.4.3。從那以後,我放棄了使用wampserver,並且只安裝了所有部件,並設置了自己。我在安裝wampserver時也遇到了其他問題。 – moesef

+0

您使用的是WAMPServer 32bit還是64bit? – RiggsFolly

+0

64位wampserver – moesef

1

我面臨着同樣的問題,如果您滾動了一下腰,你應該會看到一個錯誤,也許你並沒有填補php.exe folder正確(number 12)。只需鍵入12,然後按enter並導航到您的PHP安裝文件夾(如C:/php)。然後,打到enter後,應該開始安裝。

+0

這聽起來像它可能是問題,但我已經停止使用WAMP並單獨安裝每個組件。 – moesef

0

運行後的localphp go-pear.phar

然後與佩德羅洛比託說。

如果再次顯示列表,只需按Enter即可開始安裝。