且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

未加载 xdebug 扩展

更新时间:2023-12-05 20:18:34

WAMP 是否有不同的 CLI 和 Apache 配置文件?我个人使用 Ubuntu,但一个快速的谷歌让我这个 WAMP 常见问题>

HTH.

I've got xdebug installed fine (showing up in phpinfo()) but I'm trying to get it to work with PHPUnit's code coverage functionality. It keeps telling me "The XDebug extension is not loaded". I've got phpunit working fine with WAMP. When i run php -m i don't see xdebug listed in neither php modules nor zend modules which points as to why phpunit is not find the xdebug extension

Does anyone have any idea of this problem?

My detailed configuration is as follows: Windows 7 php 5.3.0 Apache 2.2.11 Zend Engine v2.3.0 Xdebug v2.1.0

Thanks, Krishnen

Does WAMP have a different config file for the CLI and Apache? I use Ubuntu personally, but a quick google got me to this WAMP FAQ

HTH.