PHP Груша установки петли без отделки - PullRequest
0 голосов
/ 24 апреля 2019

Я настраиваю 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:

После этой точки все, что я ввел, возвращается в одно и то же меню без завершения установки.
как я могу решить эту проблему?

...