On Fri, 14 Dec 2001, Stas Bekman wrote: > I've moved it to APR, but now I'm not sure if it's correct because both > APR::PerlIO and Apache::Request need $r or $s, which makes them > dependent on mod_perl. Or is it correct to say that $r/$s doesn't make > the code dependent on mod_perl?
just require an APR::Pool for the arg and pass in $r->pool when using inside modperl. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
