Downloads

Download tar.gz 35.04 KB
MD5: 3326020ccc9b4325f0e844c2edddd44c
SHA-1: 59b2e9805bcc61e7626cb67d90bce9f671607121
SHA-256: faf230127f7474a24d4a26c21e2636d923eacc9634009b2fa01f2d9b12ccef23
Download zip 52.79 KB
MD5: 80e0ad1e27e7ff21ffd8b1c4801b3f2d
SHA-1: 349973f8b25e3db65921cf6d621644362cfb571b
SHA-256: 00de4b3807e3ea7f49701f138eda2a3bb26fc967e14cfe0d6aa33fd4b2efdef3

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).

Created by: doq
Created on: 22 Jul 2009 at 23:38 UTC
Last updated: 22 Jul 2009 at 23:40 UTC
New features
Bug fixes
Unsupported

Other releases