xdebug on xampp on mac el capitan

时间:2017-09-08 10:55:24

标签: php macos xampp xdebug osx-elcapitan

我使用el capitan在我的mac上安装了XAMPP 5.6.31,我可以启动所有服务,没关系,但现在我必须安装xdebug来调试php。我按照所有说明进行操作,但是当我启动Web服务器时,即使是php信息告诉我它正在使用php.ini,我添加了zend_extension:

zend_extension=/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so, i cannot see the xdebug section in the phpinfo.... 

我做错了?

1 个答案:

答案 0 :(得分:0)

通常有两个php.ini文件用于命令行界面,一个用于Web服务器。

您确定已将xdebug.so扩展名添加到右侧.ini文件中吗?

通过apache服务器使用phpinfo()来确定哪个php.ini正在加载。