On Thu, 3 Mar 2005 06:59:43 -0500, Jeff Trawick <[EMAIL PROTECTED]> wrote:
> is this a normal idiom?  is there a point prior to normal request
> processing where it is safe to walk through the hooks to figure stuff
> out?  should we document that register_hooks is the one place to do
> that?

assert(Modules can't register hooks after apr_hooks_sort() has been
called.  So hook registration does need to be limited to the
register-hooks call-back.  Any module that behaves otherwise is going
to cause undefined behavior.)

Reply via email to