ethereal1m Posted March 25, 2012 Share Posted March 25, 2012 Dear all, has anybody had luck on loading xdebug with Apache 2.2 and PHP 5.3? For some reason, it didn't get loaded. I had it working with Apache 2.2 and PHP 5.2 though.... I'm using php5.3 thread save, compiled with vc9, nondebug. Part of phpinfo: PHP Extension Build API20090626,TS,VC9 Debug Build no Thread Safety enabled part of php.ini for xdebug configuration: zend_extension_ts = "C:\Program Files (x86)\PHP\php_xdebug-2.1.4-5.3-vc9.dll" xdebug.remote_enable=On xdebug.remote_host="localhost" xdebug.remote_port=9000 xdebug.remote_handler="dbgp" xdebug.remote_log="C:\Program Files (x86)\PHP\log" what went wrong? best regards, ethereal1m Link to comment https://forums.phpfreaks.com/topic/259668-cannot-load-xdebug-on-php53-and-apache22/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.