What is wrong with my PHP Xdebug configuration? Thanks?

Laura M

New member
I downloaded Xdebug that I copy and pasted in :
C:/wamp/bin/php/php5.2.9-2/ext/php_xdebug-2.0.0-5.2.2.dll"

Then I went to the php ini and I add those lines at the very end :
zend_extension_ts ="C:/wamp/bin/php/php5.2.9-2/ext/php_xdebug-2.0.0-5.2.2.dll"
; xdebug.remote_enable=on
; xdebug.remote_handler=dbgp
; xdebug.profiler_enable=0
; xdebug.remote_host=localhost
; xdebug.remote_port=9000

I stopped WAMP then restarted all services
But when I go and check my php info() file I still don't see the Xdebug as an extension.
I am following the tutorial right. What should I do?
I want to be able to debug. Thanks
I tried several version of Xdebug but it still does not work
 
Back
Top