On 27.12.2011 08:24, Ruediger Pluem wrote:
Some modules in 2.3 require the apr-util crypto API. These
won't work with older apr-util versions.
Oh, Ok -- so a module may just not be built, if apr(-util) is too old at compile time. But if it is available, it is fully-featured, right? In other words, there are no silent #ifs in the code like:

   #if APR_UTIL_VERSION < 1.4
   disable some really cool feature or performance improvement
   #endif

Thanks for clarification! Yours,

   -mi

Reply via email to