The xdebug extension is not loaded

DavidG

New Member
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 extensionDoes anyone have any idea of this problem?My detailed configuration is as follows:Windows 7php 5.3.0Apache 2.2.11Zend Engine v2.3.0Xdebug v2.1.0Thanks,Krishnen
 
Back
Top