
stas at stason
Aug 22, 2003, 1:41 PM
Post #1 of 1
(923 views)
Permalink
|
|
Re: cvs commit: modperl-docs/src/docs/2.0/devel/porting porting.pod
|
|
geoff [at] apache wrote: > 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 Changes Path > 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 -0000 1.14 > +++ porting.pod 22 Aug 2003 19:17:36 -0000 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 that should be fixed as well to 20020903,3 > -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. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas [at] stason http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|