I would like to install Xdebug (http://xdebug.org/) on my 64 bit Windows 7 machine to debug Drupal code running on PHP 5.2. The Xdebug download page does not provide a download for a 64 bit version compatible with PHP 5.2.

Many Drupal modules are not compatible with PHP 5.3, so it is not an option to switch to a later version of PHP.

What options exist for installing Xdebug in this environment? Is there another source for compiled versions or is there a work-around?

link|improve this question

75% accept rate
May be using virtual machines (like Sun VirtualBox) will better solution... – Nikit Feb 14 '10 at 2:28
feedback

1 Answer

up vote 3 down vote accepted

Download php-5.2.5-x64-2007-11-12.zip from http://www.fusionxlan.com/PHPx64.php. In the ext\ folder there is a php_xdebug.dll which should work on your Windows x64 machine. Add the reference to it in your php.ini like normal and it should work.

link|improve this answer
Looks interesting. Have you used this yourself? – sutch Feb 14 '10 at 16:09
yeah, it's the only x64 binary with the apache2handler sapi. but now i use my own version for PHP 5.3: tommymontgomery.com/php64 – tmont Feb 15 '10 at 0:28
Any chance that someone might have a copy of the php_xdebug.dll from fusionxlan? The site is down and this would be very helpful for me. I have to run PHP 5.2 and all of the 64 bit xdebug dlls require 5.3 – Jonathan Day Aug 10 '10 at 6:58
@Jonathan Day - you might try contacting Derick Rethans (the author of xdebug) directly and requesting it; in my experience he's been pretty accommodating for that kind of stuff. – tmont Sep 4 '10 at 0:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.