【问题标题】:Error installing go-pear.phar in Windows 10 with XAMPP使用 XAMPP 在 Windows 10 中安装 go-pear.phar 时出错
【发布时间】:2020-09-19 21:56:11
【问题描述】:

我在尝试安装 go-pear.phar 时总是遇到错误

这是错误,点击Enter到问题1-13, 'all' or Enter to continue:

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

我的环境路径中也安装了 PHP。我确实与php --version 核对并收到了消息

C:\xampp\php>php --version
PHP 7.2.31 (cli) (built: May 12 2020 10:26:32) ( ZTS MSVC15 (Visual C++ 2017) x64 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies

所以我继续使用命令安装go-pear.phar。但是我一直卡在上面的错误中。

C:\xampp\php>php go-pear.phar

Are you installing a system-wide PEAR or a local copy?
(system|local) [system] :

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

【问题讨论】:

    标签: php windows xampp command


    【解决方案1】:

    我也遇到了这个问题,经过多次不同的尝试,我终于解决了。

    打开命令提示符

    cd \xampp\php

    C:\xampp\php\php go-pear.phar

    您是安装系统范围的 PEAR 还是本地副本? (系统|本地) [系统] :

    以下是新 PEAR 安装的建议文件布局。到 更改个别位置,键入前面的数字 目录。键入“all”以更改所有这些,或者只需按 Enter 即可 接受这些位置。

    1. 安装基础($前缀):C:\xampp\php
    2. 处理临时目录:C:\xampp\php\tmp
    3. 下载的临时目录:C:\xampp\php\tmp
    4. 二进制文件目录:C:\xampp\php
    5. PHP代码目录($php_dir):C:\xampp\php\pear
    6. 文档目录:C:\xampp\php\docs
    7. 数据目录:C:\xampp\php\data
    8. 用户可修改的配置文件目录:C:\xampp\php\cfg
    9. 公共 Web 文件目录:C:\xampp\php\www
      1. 系统手册页目录:C:\xampp\php\man
      2. 测试目录:C:\xampp\php\tests
      3. 配置文件名:C:\WINDOWS\pear.ini
      4. CLI php.exe 的路径:

    1-13, 'all' 或 Enter 继续:13

    弹出一个窗口浏览文件或文件夹

    Windows Browse for Files or Folders

    选择文件夹 C:\xampp\php 而不是文件 php.exe 然后选择“OK”

    你会得到

    找到php.exe (sapi: cli)。

    以下是新 PEAR 安装的建议文件布局。到 更改个别位置,键入前面的数字 目录。键入“all”以更改所有这些,或者只需按 Enter 即可 接受这些位置。

    1. 安装基础($前缀):C:\xampp\php
    2. 处理临时目录:C:\xampp\php\tmp
    3. 下载的临时目录:C:\xampp\php\tmp
    4. 二进制文件目录:C:\xampp\php
    5. PHP代码目录($php_dir):C:\xampp\php\pear
    6. 文档目录:C:\xampp\php\docs
    7. 数据目录:C:\xampp\php\data
    8. 用户可修改的配置文件目录:C:\xampp\php\cfg
    9. 公共 Web 文件目录:C:\xampp\php\www
      1. 系统手册页目录:C:\xampp\php\man
      2. 测试目录:C:\xampp\php\tests
      3. 配置文件名:C:\WINDOWS\pear.ini
      4. CLI php.exe 的路径:C:\xampp\php\

    1-13, 'all' 或 Enter 继续:[Enter]

    按回车键,你会得到

    开始安装... 配置写入 C:\WINDOWS\pear.ini... 初始化注册表... 正在准备安装...

    我什至尝试在文件夹中手动键入 C:\xampp\php\ 之前,因为它在选择它后列出,但它继续出现错误。但是在窗口中选择文件夹是可行的。

    【讨论】:

      猜你喜欢
      • 2018-10-07
      • 1970-01-01
      • 1970-01-01
      • 2021-01-03
      • 2020-03-01
      • 2020-03-19
      • 2019-06-04
      • 2018-04-15
      • 1970-01-01
      相关资源
      最近更新 更多