Re: [PHP] idea? add set_trace_handler() to PHP

2009-12-25 Thread Rene Veerman
On Fri, Dec 25, 2009 at 11:26 AM, Andy Shellam wrote: > Hi, > > Have you taken a look at Xdebug - http://xdebug.org/ ? > > From the manual: "Xdebug allows you to log all function calls, including > parameters and return values to a file in different formats." > > Would this do what you need - then

Re: [PHP] idea? add set_trace_handler() to PHP

2009-12-25 Thread Andy Shellam
Hi, Have you taken a look at Xdebug - http://xdebug.org/ ? From the manual: "Xdebug allows you to log all function calls, including parameters and return values to a file in different formats." Would this do what you need - then your second script could process this file? Regards, Andy On 25

[PHP] idea? add set_trace_handler() to PHP

2009-12-24 Thread Rene Veerman
Hi, I would like the opinion of the readers of this list on whether or not they agree on the usefullness of adding some new functions to the core of PHP. Background Info: I want more debug-information from my scripts. And I want to perform lengthy operations in a more robust way. And I want to m