[xdebug-general] Re: trace on php warnings?

From: Mark D. Anderson <mda[@]discerning.com>
Date: Tue, 15 Jun 2004 10:10:35 -0800

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