ericbrunson
Technical User
I'm using PHP 4.1 and I haven't been able to find any error reporting mechanism that will show me the calling stack up to where an error is thrown. I've seen something in the PEAR docs where you can build your own stack trace, but that would take me days to add to all my code.
Isn't there just a simple function or error mechanism to show me the calling hierarchy to where an error occurs?
Thanks,
e.
P.S.
I know it's available in PHP 5.
Isn't there just a simple function or error mechanism to show me the calling hierarchy to where an error occurs?
Thanks,
e.
P.S.
I know it's available in PHP 5.