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

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.