Re: [PHP-DEV] Re: Optional parameter for debug_print_backtrace()

2004-03-19 Thread Stefan Walk
On Fri, Mar 19, 2004 at 10:00:16AM +0100, Andrey Hristov wrote: > Hmmm, > looks I was kinda fooled by some script a month ago. I was suprised that > with debug_print_backtrace() I was able to see the arguments of the stack > since I haven't seen the same done by debug_backtrace(). But few minutes

Re: [PHP-DEV] Re: Optional parameter for debug_print_backtrace()

2004-03-19 Thread Andrey Hristov
Andi Gutmans wrote: What else does debug_print_backtrace() include? If the info is more maybe we should change debug_backtrace()? In any case, in general I don't have a problem to do this. Might be nicer if we could do it without output buffering though but I haven't looked at the code to see ho

Re: [PHP-DEV] Re: Optional parameter for debug_print_backtrace()

2004-03-19 Thread Derick Rethans
On Fri, 19 Mar 2004, Andi Gutmans wrote: > What else does debug_print_backtrace() include? If the info is more maybe > we should change debug_backtrace()? > In any case, in general I don't have a problem to do this. Might be nicer > if we could do it without output buffering though but I haven't l

[PHP-DEV] Re: Optional parameter for debug_print_backtrace()

2004-03-18 Thread Andi Gutmans
What else does debug_print_backtrace() include? If the info is more maybe we should change debug_backtrace()? In any case, in general I don't have a problem to do this. Might be nicer if we could do it without output buffering though but I haven't looked at the code to see how hard that would be