Cannot install xdebug with WAMP SERVER 2.1
- by Jimmy Nguyen
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