【发布时间】:2025-11-24 11:50:02
【问题描述】:
我正在运行带有 PHP 7.4.19 的 MacOS Big Sur(版本 11.4)。我正在尝试使用 homebrew 安装 xdebug:
pecl install xdebug
但它失败了:
5 warnings and 4 errors generated.
make: *** [xdebug.lo] Error 1
ERROR: `make' failed
我尝试下载源代码并运行 make 但我得到了同样的错误:
In file included from /usr/local/Cellar/php@7.4/7.4.19_1/include/php/Zend/zend.h:356:
/usr/local/Cellar/php@7.4/7.4.19_1/include/php/Zend/zend_operators.h:523:10: error:
'asm goto' constructs are not supported yet
__asm__ goto(
我用谷歌搜索无济于事。有没有其他人遇到过这种情况?
【问题讨论】: