Doug MacEachern wrote: > 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 oops, s/Apache::Request/APR::SubProcess/ >>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. ok, that will work for APR::PerlIO, but APR::SubProcess needs $r/$s for doing things like subprocess_env. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
