Reputation: 2469
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?
Upvotes: 0
Views: 148
Reputation: 241
Try CodeLobster. Its debugger probably doesn't use a Zend Framework extension.
Upvotes: 0