[development] authentication hooks - PLEASE HELP

Khalid B kb at 2bits.com
Mon Dec 19 14:38:35 UTC 2005


On 12/19/05, andrew morton <drewish at katherinehouse.com> wrote:
> On 12/18/05, Larry Garfield <larry at garfieldtech.com> wrote:
> > You might also find the PHP function debug_backtrace() useful.  It prints a
> > stack dump, which lets you see the function calls to that point.  Tip: Wrap
> > the output in <pre> tags to make it easier to read.
> >
> > http://www.php.net/debug_backtrace

Note that this is in PHP 4.3.0 and greater.

> I'd actually recomment debug_print_backtrace() . The tip about
> wrapping it in pre tags still applies though.

Not that this is in PHP5 only.

Your host may have other versions installed.


More information about the development mailing list