geoff 2003/08/22 12:17:36
Modified:src/docs/2.0/devel/porting porting.pod
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 ChangesPath
1.15 +2 -2 modperl-docs/src/docs/2.0/devel/porting/porting.pod
Index: porting.pod
===
RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/porting/porting.pod,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- porting.pod 11 Apr 2003 05:19:53 - 1.14
+++ porting.pod 22 Aug 2003 19:17:36 - 1.15
@@ -29,14 +29,14 @@
#include ap_mmn.h
/* ... */
- #if AP_MODULE_MAGIC_AT_LEAST(20020329,1)
+ #if AP_MODULE_MAGIC_AT_LEAST(20020903,3)
/* 2.0 code */
#else
/* 1.0 code */
#endif
The C<20020329.1> is the value of the magic version number matching
-Apache 2.0.36, the earliest Apache version supported by mod_perl 2.0.
+Apache 2.0.46, the earliest Apache version supported by mod_perl 2.0.
=head1 Thread Safety
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]