[PHP] Is There a Stack Trace for Errors?

2004-03-31 Thread Hawkes, Richard
Hi Gang, I'm now writing the dreaded support document for the code, and I need to enhance my PHP to show error numbers so we can diagnose where it failed. All fine so far, but I've found a couple of functions that can be called from various other functions, so it's difficult to track where it

Re: [PHP] Is There a Stack Trace for Errors?

2004-03-31 Thread Red Wingate
Maybe you would like to check out debug_bracktrace(); Hawkes, Richard wrote: Hi Gang, I'm now writing the dreaded support document for the code, and I need to enhance my PHP to show error numbers so we can diagnose where it failed. All fine so far, but I've found a couple of functions that can

RE: [PHP] Is There a Stack Trace for Errors?

2004-03-31 Thread Hawkes, Richard
Thank you very much. Perhaps I should RTFM eh? Much better to get good advice though wouldn't you say?! Cheers Richard -Original Message- From: Red Wingate [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 16:16 To: Hawkes, Richard Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Is There a Stack