我按照以下说明下载 xdebug:http: //xdebug.org/wizard.php。向导的输出是这样的:
Summary
Xdebug installed: no
Server API: Apache 2.0 Handler
Windows: no
Zend Server: no
PHP Version: 5.4.17
Zend API nr: 220100525
PHP API nr: 20100525
Debug Build: no
Thread Safe Build: no
Configuration File Path: /bitnami/mampstack-osx-x64/output/php/lib
Configuration File: /Applications/mampstack-5.4.17-2/php/etc/php.ini
Extensions directory: /Applications/mampstack-5.4.17-2/php/lib/php/extensions
给出这些指示
- 下载xdebug-2.2.3.tgz
- 使用 tar -xvzf xdebug-2.2.3.tgz 解压下载的文件
- 运行:cd xdebug-2.2.3 运行:phpize(如果您没有 phpize,请参阅 FAQ。
- 运行:./configure
一切正常,直到第 4 步。在第 4 步中,我得到
MyMacBookAir$ ./configure
-bash: ./configure: No such file or directory
如果我查看 xdebug-2.2.3,我会看到没有名为 configure 的文件——但我确实看到了一个名为 configure.in 的文件。我得到了缺少配置文件的 .tgz 吗?还是我没有正确理解说明的某些部分?