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

At 18:25 29-10-00, Ragnar Kjørstad wrote:
>On Sun, Oct 29, 2000 at 06:23:06PM +0200, Zeev Suraski wrote:
> > The function_call_stack is a compile-time data structure. It won't give
> > you anything in runtime.
>
>And there is no stack for php-functions in runtime?

No

>If no, could you give me some hints to where this stack should be
>modified?
>
>I'll try to add the feature - even if you don't think it belongs in the
>php distribution it will be a nice feature for us and possible others.
>(Or if you choose, you can add it with a compile-option).

Well, it'd have to be added to the execute() code. As I said, though, we
don't want to add it because it'll significantly reduce function call
performance.

Zeev

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