GregL83 Posted September 12, 2010 Share Posted September 12, 2010 Hey, As in the title I have Win7, Wamp 2.0 (PHP 5.3 & Apache 2.2). I downloaded many different versions of xdebug and cannot get any of them to work. I made sure I downloaded the version of XDebug that supports PHP 5.3. Also, I tried the 32 bit and 64 bit versions. I am running a 64 bit machine. My installation instructiong are: 1) I renamed the php_xdebug_versionInfo.dll to php_debug.dll 2) Placed the dll in the ext directory for the Wamp php installation 3) Update the php.ini file for Wamp with the following: extension=php_xdebug.dll zend_extension_ts="c:/wamp/bin/php/php5.3.0/ext/php_xdebug.dll" xdebug.profiler_output_dir="c:/wamp/tmp/xdebug" I have not been successful in getting xdebug to write a cache file. I have tried many variations of settings I have found in getting wamp to install with xdebug with no help... I can't find an error or anything. It just doesn't run??? PLease help! Link to comment https://forums.phpfreaks.com/topic/213201-win7-wamp-20-php-53-apache-22-xdebug-not-working/ Share on other sites More sharing options...
GregL83 Posted September 12, 2010 Author Share Posted September 12, 2010 It seems everytime I write a question here I solve the answer like 10 minutes later :x Basically, I used this resource to find the correct verison fo xdebug: http://blog.thecodingmachine.com/content/setting-xdebug-debugging-environment-php-wamp-eclipse-pdt Then I made sure all my xdebug settings were correct in the php.ini file http://xdebug.org/docs/all_settings Lastly, I made sure that everything matched up in phpinfo Link to comment https://forums.phpfreaks.com/topic/213201-win7-wamp-20-php-53-apache-22-xdebug-not-working/#findComment-1110152 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.