Downloads
Download tar.gz
19.24 KB
MD5: 40ec589dfb7d1e941fb070e654f575bd
SHA-1: 4acef275a43c5bce01c19c2925c5bb479a4d6217
SHA-256: 5e2bb3dd88ceb2d1c3148c614497c68f61853f484778b1beeef02a78c1301a55
Download zip
27.04 KB
MD5: 6892a16ecdfb493a519778a2b2685002
SHA-1: 601f218c590a12345f14497019355c225391c3bb
SHA-256: 5e17cf55080184021dbcce75b9f5cc5dd0a395f6cdd481f7b82eb3a4ad6d1582
Release notes
- Added admin/settings/memcache page to turn per-page memcache statistics on or off globally.
- Removed user_access call from hook_init... that function isn't available in the init phase of bootstrapping.
- rearranging and consolidating. memcache.module is now just a placeholder for its install hooks. To guarantee that it gets turned on, the memcache_admin module does indeed depend on it. All stats collecting is now in memcache_admin. The previous memcache_admin status page is now under admin/logs. There is a new admin/settings page for memcache to turn display of per-page stats on or off.
- updated documentation.
- #163277 by RobRoy use MEMCACHE_COMPRESSED instead of TRUE to flag compression.
- removing session files again. They accidentally jumped into the 1.3 release without my permission.