Re: Apache::compat possible extensions...

2002-09-27 Thread Josh Chamas
Philippe M. Chiasson wrote: > > Wouldn't this make both $r->args and $r->Apache::args work under > Apache::compat? Works for me. > I think this is great! The more we can get mod_perl2 Apache::compat to work like before, the faster we'll see Apache::* module developers port over to the new platf

Re: Apache::compat possible extensions...

2002-09-26 Thread Philippe M. Chiasson
On Fri, 2002-09-20 at 04:10, Doug MacEachern wrote: > On Thu, 19 Sep 2002, Josh Chamas wrote: > > > Hey mod_perl developers, > > > > I am beginning to work with mod_perl, porting things like > > Apache::ASP & the Hello World benchmarks, and am finding > > some things that could be improved. > >

Re: Apache::compat possible extensions...

2002-09-19 Thread Doug MacEachern
On Thu, 19 Sep 2002, Josh Chamas wrote: > Hey mod_perl developers, > > I am beginning to work with mod_perl, porting things like > Apache::ASP & the Hello World benchmarks, and am finding > some things that could be improved. > > Can we get the old > >%args = $r->args > > functionality ba

Apache::compat possible extensions...

2002-09-19 Thread Josh Chamas
Hey mod_perl developers, I am beginning to work with mod_perl, porting things like Apache::ASP & the Hello World benchmarks, and am finding some things that could be improved. Can we get the old %args = $r->args functionality back, at least in Apache::compat mode? This is just for basic par