Re: [PHP-DEV] Stacktrace in errormessages From: Zeev Suraski (zeev <email protected>)
Date: 10/29/00

Doing this would significantly slow runtime performance, which is why it
wasn't done in the first place...

Zeev

At 09:34 29/10/2000, Ragnar Kjørstad wrote:
>Hi
>
>I would like to have php include a stacktrace in errormessages to easy
>debugging.
>
>I've tried modifying zend to do this, but it didn't work :(
>
>I would appreciate it if anyone with more (read any) experience with
>this could take a look. My humble attemt at a patch is attached.
>
>It was supposed to loop through the function_call stack and add the name
>of each function to a string. This string should be passed to the users
>error-handler instad of the error-message.
>
>
>
>Thanks
>
>--
>Ragnar Kjørstad
>Modus Media
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

--
Zeev Suraski   <zeev <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>