On Fri, 25 May 2001, Philippe M . Chiasson wrote:

> I know I posted this patch a while ago, but I am looking thru a few patches
> I have and I thought I might re-post this one along with the rest
> 
> This module allows one to do
> 
> Apache->dso_module('module_name.c') and it will be true only of the
> module in question is present and has been loaded as DSO.
> 
> Used to be usefull to me when attempting to work around <Perl> directives
> and mod_perl as DSO/not-DSO (now fixed).
> 
> But I figured it could be usefull to others.

any examples you can think of?  in any case, it would be better to have
Apache->module('mod_foo.so') provide this functionality rather than add a
new method.

Reply via email to