0

I am working on partially encrypted software (encrypted with ionCube). If I use my PHPed dbg debugger along with this, Apache crashes many a times, may be because both the ionCube and PhpED database uses zend_extension.

Is there a PHP debugger which will work in this scenario?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
shikhar
  • 2,431
  • 2
  • 19
  • 29

1 Answers1

0

Try CodeLobster. Its debugger probably doesn't use a Zend Framework extension.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Ess
  • 243
  • 1
  • 2
  • 7