On Tue, 15 Jun 2004 09:03:29 +0200 (CEST), "Derick Rethans"
<derick[@]xdebug.org> said:
>
> The only reason I can think of why you don't get stack traces is that
> you have a user_defined error handler. Is that the case?
Yippee, that solved it!
Seems like this should be in the installation doc, or a faq:
Q: phpinfo() reports that xdebug is installed and enabled, yet I
still don't get anything different from what I had before.
A: You have to search through all your php libraries and include files
for any "set_error_handler" calls. If there are any,
you have to either comment it out, or change the body
of the handler function to call xdebug_* api functions.
-mda
Received on Tue Jun 15 2004 - 20:10:38 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:03 BST