geoff 2003/08/22 12:16:50
Modified: ModPerl-Registry/t 500.t
xs/APR/APR Makefile.PL
Log:
remove support for httpd 2.0.45/apr 0.9.3 and lower.
httpd 2.0.46 is now the minimum supported version.
Submitted by: geoff
Reviewed by: stas
Revision Changes Path
1.8 +1 -3 modperl-2.0/ModPerl-Registry/t/500.t
Index: 500.t
===================================================================
RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/500.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- 500.t 24 Apr 2003 04:36:46 -0000 1.7
+++ 500.t 22 Aug 2003 19:16:50 -0000 1.8
@@ -73,9 +73,7 @@
);
}
-# this behavior is specific for 2.0.42+ I think (at least it's still
-# different with apache < 2.0.41 (haven't tested with 41, 42, 43))
-if (HAVE_MIN_APACHE_2_0_42) {
+{
# even though we have a runtime error here, the scripts succeeds
# to send some body before the error happens and since by that
# time Apache has already sent the headers, they will include
1.17 +0 -3 modperl-2.0/xs/APR/APR/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/APR/APR/Makefile.PL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile.PL 12 Aug 2003 23:13:20 -0000 1.16
+++ Makefile.PL 22 Aug 2003 19:16:50 -0000 1.17
@@ -13,9 +13,6 @@
map { qq{$apr_bindir/$_-config} } qw(apr apu);
chomp @libs;
$libs = join ' ', @libs;
-
- # fix for broken older apu-config script 0.9.2 (httpd 2.0.43)
- $libs =~ s/-laprutil(?!-)/-laprutil-0/ if $libs =~ /-lapr-0/;
}