Re: [mp2] scalar $r->args() misbehaves with apache::compat.

2005-02-09 Thread Max Baker
On Tue, Feb 08, 2005 at 09:16:54PM -0500, Stas Bekman wrote: > Max Baker wrote: > >-8<-- Start Bug Report 8<-- > >1. Problem Description: > > > >[mp2] While using Apache::compat Cargs()> returns > >"Apache

[mp2] scalar $r->args() misbehaves with apache::compat.

2005-02-08 Thread Max Baker
-8<-- Start Bug Report 8<-- 1. Problem Description: [mp2] While using Apache::compat Cargs()> returns "Apache::Request::Table=HASH(0x98d0ef8)". It should return the full query string. 2. Used Components and their Configuration: Using FreeBSD ports for apa

[mp1] Bug - version listed as 1.27 instead of 1.29. Patch included

2004-10-19 Thread Max Baker
I found a typo where version 1.27 is hardcoded into version 1.29 and so if you do a perl -MApache -e 'print $Apache::VERSION' you get 1.27 instead of 1.29. Attached is a patch. -m diff -ruN mod_perl-1.29/Apache/Apache.pm mod_perl-1.29.fixed/Apache/Apache.pm --- mod_perl-1.29/Apache/Apache.pm