William A. Rowe, Jr. wrote: > Ruediger Pluem wrote: >> Would the following change in mod_cache.h require a major bump or would a >> minor bump be enough? >> >> APR_DECLARE_OPTIONAL_FN(apr_status_t, >> ap_cache_generate_key, >> - (request_rec *r, apr_pool_t*p, char**key )); >> + (request_rec *r, apr_pool_t*p, char**key, >> cache_request_rec *cache)); > > That one is a major bump by definition, you broke, you didn't enhance ABI.
FYI - if you created ap_cache_generate_key_ex for the lifetime of httpd 2.2, you would solve the entire puzzle ;-)