Posted by Darren Dunham on 12/08/06 21:51
naixn <naixn@won-fma.com> wrote:
> CptDondo wrote :
>> Darren Dunham wrote:
>>>
>>> Is there any method of logging or displaying some kind of call trace as
>>> a php program is run? That way I could at least tell which functions
>>> are getting called with which arguments.
>>>
>>> Thanks for any help with this.
>>
>> syslog
>>
>> or you can try to recompile PHP with xdebug <http://www.xdebug.org/>
>>
>> --Yan
> Why recompile ? It works well as an extension :p
> Use http://kcachegrind.sf.net/ to read xdebug generated files :)
Thank you both. That looks like it will be very useful.
--
Darren Dunham ddunham@taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
[Back to original message]
|