Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
42.41 KB
MD5: 3b3801a6d9bd9fa2ed09d766cbd02db0
SHA-1: adb12babc9115f0a3fb6a6805e45a10ec42ca0e0
SHA-256: 0345b2cdfef5ad8400ca16c2f1aea4b5e2238da168e880ee9ffc55471aa0ef0d
Download zip
50.29 KB
MD5: 5206a49972f4e2ce492d86fc427af8c9
SHA-1: 4d6ef966735f315fe0d9aec7f6b69306117a385b
SHA-256: 7ed02830a20db0132846036dc5438d95db425db976419b432e6ec01b6f45e33b
Release notes
First beta release of 7.x-1.1 version of the memcache module. Please test in your development / QA / staging environments and provide feedback.
Changes:
- Properly flush cache when page_cache_without_database is enabled.
#1469362: Page cache never expires if page_cache_without_database is enabled - Only collect statistics when show_memcache_statistics is enabled.
#1733674: Memcache unconditionally collects statistics data for usage by the memcache_admin module - Remove headers parameter not used in drupal 7.x.
#1427256: memcache "set" function declaration differs from the abstract "set" function declaration - Hash long keys; defaults to using sha1, configurable with memcache_key_hash_algorithm.
#1613622: Memcache not using urlencode on $prefix or $bin in dmemcache_key() when strlen($full_key) > 250 - Add configuration link on admin module page.
#1633948: Provide a link to the settings page in .info file - Fix statistics for default cluster.
#1150042: The default statistics report won't work with multiple bins set to the default cluster - Log connection errors in watchdog.
#1830496: Better logging and handling of connect errors - Fix undefined index notices on admin pages.
#1331018: Undefined index notices on memcache stats page when using PECL memcached - Fix typo and PHP notices.
#1750476: PHP Notices and probably more - Support sockets with PECL memcached extension.
#1690130: Memcache fails to connect when using Unix sockets and PECL Memcached - Cleanup expires handling.
#1150072: Review expires handling - Fixed ->data does not get unserialized.
#1362316: $user->data does not get unserialized - add default value for lock_id in memcache-lock-code.inc to match core lock.inc
#1958556: Missing default value for argument - Update user access in memcache-session.inc.
#1908348: Session backend fails to update user access time - Initialize user timezone in memcache-session.inc.
#1785744: Memcache Session Handler does not initialize user timezone - fix PHP notice in memcache-session.inc.
#282446: pam_auth 6.x-1.1 - Properly unserialize user data in memcache-session.inc.
#1362316: $user->data does not get unserialized - Fix session handling for anonymous users and drupal_set_message().
#656838: [META] Port sessions to D7 - Completely remove outdated INSTALLATION.txt.
#1452966: INSTALLATION.txt outdated and redundant - Major installation and other documentation cleanup in README.txt, including:
#1597788: No way to clear cache in Memcache Admin
#1974088: Add documentation for memcache-lock.inc
#1472332: Implications of enabling compression
#1536222: Update README.txt for Drupal 7, remove INSTALLATION.txt