Archive for December, 2007

Zend debugger – without Zend Core/Zend Platform

Posted: 16th December 2007 by Grant Perry in Apache, PHP

Zend debugger is basically the server side component that is used by Zend Studio. You need this to do your remote debugging!! Normally you’d find this included in an installation of Zend Core or Zend Platform. However we aren’t using Zend’s apache php bundle so this little gem has to be loaded… It’s hard to [...]