APR version and 2.0 version

2003-12-18 Thread Dirk-Willem van Gulik

I've just gotten bitten a few times by versions of
APR and 2.0 getting out of sync (i.e. the deprecated
interface removal and the FNM_PERIOD to APR_FNM_PERIOD
rename).

Does our 2.0 ./configure check (or know) in any way
the version (range/minumum) of APR it expects to be
in place ? Or are there fundamental reasons why this
is not possible ?


Dw


Re: APR version and 2.0 version

2003-12-18 Thread Justin Erenkrantz
--On Thursday, December 18, 2003 4:57 AM -0800 Dirk-Willem van Gulik 
[EMAIL PROTECTED] wrote:

Does our 2.0 ./configure check (or know) in any way
the version (range/minumum) of APR it expects to be
in place ? Or are there fundamental reasons why this
is not possible ?
I don't believe anyone has taken the effort to make sure that httpd-2.0 
(APACHE_2_0_BRANCH) works with APR 1.0 (HEAD).  Yet, 2.0 should work with 
AP{RUI}_0_9_BRANCH though.  And, APR 1.0 HEAD is known to work with HEAD of 
httpd-2.0 (i.e. 2.1).

Patches are welcomed to fix 2.0 with APR 1.0.  The changes should be 
straight-forward as the new symbols in 1.0 are also in 0.9.  But, our releases 
of httpd 2.0.x should only be combined with APR 0.9.

Hope this makes sense...  -- justin