xDebug on Zend Server CE under Windows XP

Posted by Hippyjim on Server Fault See other posts from Server Fault or by Hippyjim
Published on 2010-06-23T19:51:53Z Indexed on 2012/04/04 23:32 UTC
Read the original article Hit count: 318

Filed under:
|
|

I have Zend Server installed on my Windows XP development machine, installed when I was naive and didn't know that Eclipse was going to become so suck so badly for PHP development.

I've made the upgrade to Netbeans, but for debugging they only support xDebug. To be fair I've never used "proper" debuggers before, but other folks have raved about them so I thought I'd give it a try.

I followed some directions on the Zend forum about how to install xDebug on Zend server, disabling Zend Debugger in the process.

The xDebug "custom installation instructions" wizard tells me that my PHP was compiled with an unsupported compiler (MS VC8), and won't let me download anything. I tried a couple of the other xDebug binaries, but they just refused to load. So I'm left without a debugger option. Does anyone know how I can change the compiler of the php version I have installed so I can use a debugger in Netbeans? or how else i can get xDebug to install on Zend Server?

© Server Fault or respective owner

Related posts about php

Related posts about zend-server