I have a dumb question about register_cleanup() in Apache 1.x and mod_perl 1.27.

yesterday I released Apache::Profiler to dump slow URI to log file,
which seems to be useful. However it uses register_cleanup() in
PerlInitHandler and it seems to break whole things because of, I
guess, register_cleanup breakage. (e.g. Apache::Request's param()
method returns same value ignoring QUERY_STRING, once compiled.)

Apache::Profiler is here:
http://search.cpan.org/~miyagawa/Apache-Profiler-0.01/
(Don't try this on production environment, it's broken)

Any helps appreciated.

Thanks,

-- 
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>

Reply via email to