Downloads
Release notes
* added checking if socket connection to memcache server is available
* added checking if UNIX socket to memcache server is writable
* added new function _cache_early_watchdog() that can be used instead of watchdog() function in cache engine implementations. watchdog() can't be used because it may be unavailable on that stage
* more calls to _cache_early_watchdog() to keep track of caching engines status
* put error into watchdog if cache module is disabled because this may lead to problems with alternative cache.inc implementation
* more errors are logged now
* #546928: statistics uberbroken (Division by zero?! X) cache reports page: show "Statistics not supported." message when caching engine doesn't support it. Fixed php warnings and notices.
* cache reports page: display sizes better - ported Drupal 7 format_size() function