PHP extension?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

PHP extension?

Post by alex.barylski »

Edit: I should note that something of a source browser would be handy too...so I can follow includes, etc without looking at source code??? Sounds like runkit might be interesting...

I need an extension which allows execution logging, etc...I've inherited some code and I'm having a heck of time following the execution paths...

I'd like to know which functions, etc were called and in what order, etc up to the point where I have echo'ed text to the screen???

I'm sure there is an extension...but before I go searching...anyone know of something which sounds like it might be of interest to me???

feyd...I know you have something up your sleeve...come on now...spill the beans :)
Last edited by alex.barylski on Sat Nov 04, 2006 4:03 pm, edited 1 time in total.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Xdebug. I think tracing is what you're after :) XDebug can do alot more for you too.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Yes...I believe that is what I was searching for...although a source browser would be nice as well... :P
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

XDebug2 rules...:)
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

i'll look into that :)
Post Reply