On Sun, 24 Nov 2002, Stas Bekman wrote:
> > +#XXX: should port 1.x's Apache::unescape_url_info
>
> only for ::compat or for the normal API?
not sure actually. i think gerald added the function for 1.x
if the functionality is not provided by apache, might not hurt for us to
provide it. o
[EMAIL PROTECTED] wrote:
dougm 2002/11/23 14:35:06
Modified:.Changes
lib/Apache compat.pm
Log:
Submitted by: Walery Studennikov <[EMAIL PROTECTED]>
Reviewed by: dougm
tr/+/ /; in parse_args compat method
[...]
1.71 +2 -0 modperl-2.0/lib/A
On Thu, 6 Dec 2001, Stas Bekman wrote:
> [EMAIL PROTECTED] wrote:
>
> > dougm 01/12/05 11:11:34
> >
> > Modified:lib/Apache compat.pm
> > Log:
> > some whitespace style nits
> > remove redundant use of Apache::{Response,RequestRec}
>
>
> why they are redundant?
% egrep 'use
[EMAIL PROTECTED] wrote:
> dougm 01/12/05 11:11:34
>
> Modified:lib/Apache compat.pm
> Log:
> some whitespace style nits
> remove redundant use of Apache::{Response,RequestRec}
why they are redundant? is it sure that Apache::{Response,RequestRec}
are always loaded?
> -us
Stas Bekman wrote:
> [EMAIL PROTECTED] wrote:
>
>> dougm 01/10/08 16:51:21
>>
>> Modified:lib/Apache compat.pm
>> Log:
>> add Apache::exit compat wrapper
>
>
>
> Uh, Doug, why this and a few other recent commits go into
> Apache/compat.pm? Does that mean that Apache::exit is
[EMAIL PROTECTED] wrote:
> dougm 01/10/08 16:51:21
>
> Modified:lib/Apache compat.pm
> Log:
> add Apache::exit compat wrapper
Uh, Doug, why this and a few other recent commits go into
Apache/compat.pm? Does that mean that Apache::exit is deprecated in 2.0?
The same for runn
On Tue, 9 Oct 2001, Stas Bekman wrote:
> > Uh, Doug, why this and a few other recent commits go into
> > Apache/compat.pm? Does that mean that Apache::exit is deprecated in 2.0?
the modperl version of "exit()" has nothing todo with Apache, never had
any business in that namespace, as we all kn