Downloads
Release notes
- Fixed APC flushing.
- Documentation fixes.
- Fixed xcache engine - now won't crash server.
- Fixed file cache engine delete() implementation.
- Added NULL cache engine - when caching needs to be disabled for some or all bins.
- More documentation.
- Performance issue: fixed CacheEngine::delete() method when 'static' option is enabled
- Fixed simpletest cache.test. Now it should pass for standard Drupal 6.x includes/cache.inc caching implementation.
- Default settings: if alternative cache back-end is selected but $conf['cache_settings'] is not set then default settings (database engine, like in core) will be used.
- status report page now will show information about what caches are used currently
- Fixed alternative database engine.
- Alternative database engine now passes all tests (with static == FALSE).
- fixed cache_get() function implementation, now its looks more like standard cache_get() implementation.
- more fixes to Xcache caching engine.
- Xcache engine now passes all tests (with static == FALSE).
- more fixes to memcache engine.
- memcache engine now passes all tests (with static == FALSE).
- more fixes to redis engine.
- redis engine now passes all tests (with static == FALSE).
- file engine: now when cache files are created they can also be read/written by non-server user (if s/he is in the same group as web-server)
- more fixes to file engine
- more fixes to apc engine.
- apc engine now passes all tests (with static == FALSE).