Apache Portable Runtime Utility Library
Bug List

Global apr_dbm_open_ex (apr_dbm_t **dbm, const char *type, const char *name, apr_int32_t mode, apr_fileperms_t perm, apr_pool_t *cntxt)
In apr-util 0.9 and 1.x, the type arg was case insensitive. This was highly inefficient, and as of 2.x the dbm name must be provided in the correct case (lower case for all bundled providers)

Global apr_memcache_set (apr_memcache_t *mc, const char *key, char *baton, const apr_size_t data_size, apr_uint32_t timeout, apr_uint16_t flags)

timeout is not implemented

timeouts for apr must be prototyped in apr_interval_time_t; this changes in 2.0

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines