https://issues.apache.org/bugzilla/show_bug.cgi?id=45076
Torsten F <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Torsten F <[email protected]> 2011-10-07 18:01:29 UTC --- Reopen the bug because the fix introduces a very similar bug. Modperl allows to write modules in Perl. Those modules can also register hooks. The earliest point in time when that may happen is in ap_process_config_tree() because there are config statements that influence certain parameters of the perl interpreter. So, we have to process those statements prior to starting the interpreter. But only the perl interpreter knows which modules to load. Those modules then can install hooks. But with revision 1162854 these hooks are called out of order. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
