PHP Pear安装循环未完成

问题描述 投票:0回答:1

我正在为我正在研究的项目设置php pear。我将Windows 10 Wamp Server 3.1.7与PHP 5.6.4一起使用了。运行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:

在此之后,无论我输入什么内容,它都会循环到同一菜单,而无需完成安装。我该如何解决这个问题?

php pear
1个回答
0
投票

您对此有进一步的了解吗?

我也有完全相同的问题,运行go-pear.phar只会继续循环播放此菜单,而没有进行大量的键扑操作就可以继续。

我尝试再次在浏览器中下载go-pear.phar,通过wget下载,但仍然遇到同样的问题。

© www.soinside.com 2019 - 2024. All rights reserved.