Попытка установить Pear на машину, но с ошибкой - PullRequest
0 голосов
/ 22 февраля 2020

Более подробно я на самом деле использую XAMPP. Поэтому я понял, что у меня есть две директории php. Один в C: \ php, а другой в C: \ xampp \ php

Но я столкнулся с ошибкой при попытке установить Pear на мою машину. В моем php есть папка PEARL, я также изменил путь в php .ini. Инструкция просит меня нажать «Enter», чтобы продолжить, но я продолжаю получать сообщение об ошибке ...

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:\php
 2. Temporary directory for processing            : C:\php\tmp
 3. Temporary directory for downloads             : C:\php\tmp
 4. Binaries directory                            : C:\php
 5. PHP code directory ($php_dir)                 : C:\php\pear
 6. Documentation directory                       : C:\php\docs
 7. Data directory                                : C:\php\data
 8. User-modifiable configuration files directory : C:\php\cfg
 9. Public Web Files directory                    : C:\php\www
10. System manual pages directory                 : C:\php\man
11. Tests directory                               : C:\php\tests
12. Name of configuration file                    : C:\Windows\pear.ini
13. Path to CLI php.exe                           :

1-13, 'all' or Enter to continue:
**ERROR**
Please, enter the php.exe path.

Пожалуйста, дайте мне знать, что я могу сделать, чтобы исправить эту программу. Большое спасибо!

...