dzelenika Posted June 25, 2009 Share Posted June 25, 2009 Yesterday I have installed php5.3RC4 for testing purposes. Since I'm using xdebug for debugging, i have obtained adequate php_xdebug.dll and configured php.ini. Xdebug extension won't be loaded. After hours of goooooogling I found that there's a problem xdebug and php 5.5 version incompatibility. Is there anybody who can debug PHP 5.3 using any debugger. I prefer xdebug or eventually zend debug since I'm using Eclipse PDT which best integrates these two debuggers. Thnx in advance. Quote Link to comment Share on other sites More sharing options...
dzelenika Posted June 28, 2009 Author Share Posted June 28, 2009 Anybody? Please Quote Link to comment Share on other sites More sharing options...
ZaneCEO Posted July 6, 2009 Share Posted July 6, 2009 Same problem here: since 5.3 final (TS, VC6 on Apache 2.2 loaded as module) I can no longer xdebug (2.0.5, VC6, TS), because the module ain't loading... Quote Link to comment Share on other sites More sharing options...
ZaneCEO Posted July 6, 2009 Share Posted July 6, 2009 Ok, I got word form the dev: Since PHP 5.3, you've got to load the ext via "zend_extension=" (and no more TS). This worked for me. Quote Link to comment Share on other sites More sharing options...
dzelenika Posted July 8, 2009 Author Share Posted July 8, 2009 Ok, I got word form the dev: Since PHP 5.3, you've got to load the ext via "zend_extension=" (and no more TS). This worked for me. Does it mean that I need to download whole non thread safe version of PHP 5.3 and then add "nts" xdebug? Quote Link to comment Share on other sites More sharing options...
dzelenika Posted July 8, 2009 Author Share Posted July 8, 2009 YES IT WORKS I've Installed "nts" PHP 5.3 version and nts xdebug 2.0.5. then loaded xdebug as "nts" and it works. THNX a lot man. ;D ;D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.