Re: [PHP] Function call stack

2002-01-30 Thread Stefan Rusterholz
an rusterholz - Original Message - From: "Lars Torben Wilson" <[EMAIL PROTECTED]> To: "Christian Novak" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 12:45 PM Subject: Re: [PHP] Function call stack > On Wed, 2002-01-30 a

Re: [PHP] Function call stack

2002-01-30 Thread Lars Torben Wilson
On Wed, 2002-01-30 at 03:33, Christian Novak wrote: > Has anyone an idea on how to get information from PHP on the function call > stack. > I need the line number and file calling a function for a custom error > handler. This cannot be done in current versions of PHP. There are feature requests i

[PHP] Function call stack

2002-01-30 Thread Christian Novak
Has anyone an idea on how to get information from PHP on the function call stack. I need the line number and file calling a function for a custom error handler. To be more clear, here is what I would like to do: - I have a library, included in the main program - I have an error handler in the li