Jump to content

cannot load xdebug on php5.3 and apache2.2


Recommended Posts

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

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.