Cannot install xdebug with WAMP SERVER 2.1

Posted by Jimmy Nguyen on Stack Overflow See other posts from Stack Overflow or by Jimmy Nguyen
Published on 2011-01-11T05:25:45Z Indexed on 2011/01/11 5:53 UTC
Read the original article Hit count: 434

Filed under:
|
|

Hi all,

I use WAMP SERVER 2.1 and select PHP 5.3.3 for my system, so I select xDebug with php_xdebug-2.1.0-5.3-vc6.dll and changed name becoming php_xdebug.dll for easy way to use.

Following the instructions: php.ini (in Apache folder)

extension=php_xdebug.dll
...
zend_extension = "C:/wamp/bin/php/php5.3.3/ext/php_xdebug.dll"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"

However, nothing happens, there are no information related to xdebug from phpinfo. Also xdebug announce that xdebug have not installed yet (http://xdebug.org/find-binary.php).

I am so worried causing too much time for configuration. I got crazy and totally gave up. Anyone have ideas to solve it, I am so appreciated what you help me.

Thanks

© Stack Overflow or respective owner

Related posts about wamp

Related posts about xdebug