Hi,
Just for my own reference and some other poor people out there trying to get this to work:
- Download XAMPP 1.7.2 from sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe/download
- Install
- Download php_xdebug-2.0.5-5.3-vc6.dll from xdebug.org/download.php
- Place it in C:\xampp\php\ext
- Edit C:\xampp\php\php.ini add:
zend_extension = “C:\xampp\php\ext\php_xdebug-2.0.5-5.3-vc6.dll”[xdebug]xdebug.remote_enable=on
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=”dbgp”
- Enjoy!
ksho
09/08/2011 at 10:18 pm
Can you explain step 5 again? I dont get the add:zend_extention part. where am I suppose to add that to?
Tim
09/08/2011 at 10:41 pm
Good point! You need to add those lines to the php.ini file. I edited it now so you can at least copy/paste it and it’s a bit more understandable. I will need to revise these pages…
Thanks!