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
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.
> >
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
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