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

From: Derick Rethans <derick[@]xdebug.org>
Date: Wed, 16 Jun 2004 08:57:07 +0200 (CEST)

Hello Mark,

On Tue, 15 Jun 2004, Mark D. Anderson wrote:

> 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:

For now I'll put it in the FAQ, but I already partly implemented the
changing of the PHP function so that Xdebug can capture it too. That
will also be in 2.0.0 most likely.

>
> 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.

Thanks for this text, saves me typing :)

regards,
Derick
Received on Wed Jun 16 2004 - 08:57:06 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:03 BST