WAMP 2.0 PHP 5.3.0 and Xdebug
Posted by: grandpa (88.203.228.---)
Date: July 31, 2009 11:11PM

Hello,

I have problem with installing Xdebug.


This is the end of my php.ini

[xDebug]
zend_extension_ts="D:/wamp/bin/php/php5.3.0/ext/php_xdebug-2.1dev-5.3-vc9.dll"
xdebug.remote_enable=1

after that I start php file with phpinfo() and Xdebug is not loaded.
I am using Win Vista Home, WampServer 2.0i, php 5.3.0
Can you help me?
Thanks

Options: ReplyQuote
Re: WAMP 2.0 PHP 5.3.0 and Xdebug
Posted by: mycyndi (117.32.181.---)
Date: August 01, 2009 05:46PM

I can't start zend debugger with php53 in wamp either...
who can help me?

Options: ReplyQuote
Re: WAMP 2.0 PHP 5.3.0 and Xdebug
Posted by: voostenb (212.73.217.---)
Date: August 05, 2009 10:00AM

You can't use Zend debugger with wampserver 2.0i because of the thread safety option witch is enable ! Zend had stoped suporting thread safety php installation

Options: ReplyQuote
Re: WAMP 2.0 PHP 5.3.0 and Xdebug
Posted by: toumimi (---.11.115-78.rev.gaoland.net)
Date: August 05, 2009 10:05PM

@grandpa : Try to add this in your php.ini file (under other extensions) :
extension=php_xdebug-2.1dev-5.3-vc9.dll

Also, maybe you have to install version VC6 of XDebug...

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote
Re: WAMP 2.0 PHP 5.3.0 and Xdebug
Posted by: grandpa (88.203.228.---)
Date: August 06, 2009 06:52PM

Hello, toumimi

I change extension=php_xdebug-2.1dev-5.3-vc9.dll with extension=php_xdebug-2.0.5-5.3-vc6.dll and now everything is OK...

Thank you for help.

Grandpa

Options: ReplyQuote


Sorry, only registered users may post in this forum.