我正在为我正在研究的项目设置php pear。我在php 5.6.4中使用了Windows 10 wamp服务器3.1.7。运行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) : C:\wamp64\bin\php\php5.6.40
2. Temporary directory for processing : C:\wamp64\bin\php\php5.6.40\tmp
3. Temporary directory for downloads : C:\wamp64\bin\php\php5.6.40\tmp
4. Binaries directory : C:\wamp64\bin\php\php5.6.40
5. PHP code directory ($php_dir) : C:\wamp64\bin\php\php5.6.40\pear
6. Documentation directory : C:\wamp64\bin\php\php5.6.40\docs
7. Data directory : C:\wamp64\bin\php\php5.6.40\data
8. User-modifiable configuration files directory : C:\wamp64\bin\php\php5.6.40\cfg
9. Public Web Files directory : C:\wamp64\bin\php\php5.6.40\www
10. System manual pages directory : C:\wamp64\bin\php\php5.6.40\man
11. Tests directory : C:\wamp64\bin\php\php5.6.40\tests
12. Name of configuration file : C:\WINDOWS\pear.ini
13. Path to CLI php.exe :
1-13, 'all' or Enter to continue:
在此之后,我输入的所有内容都会循环到同一菜单,而无需完成安装。
我该如何解决这个问题?