memcache 5.x-1.4
robertDouglass - July 31, 2007 - 11:33
Official release from CVS tag: DRUPAL-5--1-4
Download: memcache-5.x-1.4.tar.gz
Size: 19.24 KB
md5_file hash: 40ec589dfb7d1e941fb070e654f575bd
First released: July 31, 2007 - 11:33
Last updated: July 31, 2007 - 11:35
Download: memcache-5.x-1.4.tar.gz
Size: 19.24 KB
md5_file hash: 40ec589dfb7d1e941fb070e654f575bd
First released: July 31, 2007 - 11:33
Last updated: July 31, 2007 - 11:35
- 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.
