gpt4 book ai didi

php - 在 mac : phpize not working 上的 xampp 上安装 xDebug

转载 作者:可可西里 更新时间:2023-10-31 23:38:06 30 4
gpt4 key购买 nike

我在 OS 10.11 上使用 xampp5.6.15。我在关注这个instruction安装 xDebug。我的“量身定制的安装说明”如下: enter image description here

在这个指令中,它没有提到把下载的 tgz 文件放在哪里,所以我在运行 phpize 之后就把它留在了 downloads 文件夹中>,输出是这样的:

grep: /usr/include/php/main/php.h: No such file or directory grep: /usr/include/php/Zend/zend_modules.h: No such file or directory grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory Configuring for: PHP Api Version:
Zend Module Api No:
Zend Extension Api No:
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.

我猜是因为xdebug文件夹不在正确的地方,我试过把它移到xamppfiles/xamppfiles/modules/等一些地方但没有任何效果。

那么有什么问题呢?我应该把文件夹放在哪里?

最佳答案

在 xdebug 源目录中提供 XAMPP php 二进制文件的完整路径:

$ cd xdebug-2.5.0
$ /Applications/XAMPP/xamppfiles/bin/phpize
$ ./configure --enable-xdebug --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config
$ make

接下来将 modules\xdebug.so 放置到 Extensions 目录(请参阅量身定制的安装说明)。

关于php - 在 mac : phpize not working 上的 xampp 上安装 xDebug,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35829739/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com