Downloads

Download tar.gz 38.96 KB
MD5: d65adb946e4022efd0a0160502119be6
SHA-1: 53896582e2fcea0306eae78205de69dc1ca9fbc1
SHA-256: 9acef9d283920de154fd73881b8db2ebc40baf237dd9889cc5df9b103af5c9eb
Download zip 46.72 KB
MD5: 749454ce2fb04decab3cd0e24b40b3db
SHA-1: ce68a1fdfd6914dcf46c84f4c5b5c592a936d310
SHA-256: 2a12cb88b5fcdcfd0ae65dd04c4b7183e0b71bb16cbec1ec762cc42b3367e1ce

Release notes

#293902: Pretty graphs for memcache by Jeremy: Pretty graphs for memcache. Cleaned up the admin statistics to provide more useful data, while still retaining the raw data. Added support for drilling down into the individual slab cache entries, has its own permission as this locks up the memcache server and should not be used on a production website. Fixed display of memcache items, and link individual slabs to cachedump path.
#319697: file uploads file when memcache statistics are written to page footer - easy fix by ultimike, jaydub, Jeremy: Don't break uploads when memcache_admin stats are enabled, and other related fixes.
#585748: sess_write() broken on login when using Pressflow by bl444137: sess_write broken on login when using Pressflow.
#616282: Fatal error opening required theme.inc in content.module by dalejung, DamienMcKenna, jeremy, longwave, robertDouglass: Fatal error opening required theme.inc in content.module.
#791888: sess_destroy_sid() does not remove the session cookie from the user's browser by catch: sess_destroy_sid() does not remove the session cookie from the user's browser.
#822316: receiving a PHP notice "Connection reset by peer .... dmemcache.inc on line 104" by bleen18, cache, Jeremy: Consistently support persistent or non-persistent connections, fixing connection reset by peer errors.
#885478: Improve Memcache as installation profile friendly by hswong3i: allow memcache_admin to be included in install profiles without memcache already being configured.
#995758: PHP Fatal error: Call to a member function increment() on a non-object by valthebald: Call to a member function increment() on a non-object.Issue #1128114 by catch: expand test coverage.
#907614: Allow a choice of extension (and default to memcache due to bugs in memcached) by catch, David Strauss: Consistently use same PECL extension when serving pages, default to 'memcache', make configurable via settings.php.
#962422: Empty cache stampede protection by der, mrgriego, justinrandell, catch: stampede protection for empty caches, followup to fix a variable name mis-match.
#969998: Shorter lock_wait() polling time by catch: shorter lock_wait() polling time.
#1085626: Wildcard entries may go missing, leading to caches not being invalidated properly by Nat, properly invalidate caches when wildcard entries go missing
#1095608: Fix simpletest compatibility by cache: Add memcache.module and memcache.install - allows simpletest to pick up .test files and introduces hook_requirements()
#1095952: Backport tests to 6.x by catch: Backport tests to 6.x-1.x
#1103478: Skip some wildcard fetches by catch, basic, jeremy: skip some wildcard fetches.
#1103718: Memcache API and Integration » package name by LPCA: change package group to 'Performance and scalability.'
#1103796: memcache delete fix by FilmKnurd: memcache delete fix.
#1131370: Segment wildcard counts by $string[0] by catch: segment wildcard lengths variable by a substring to reduce memcache get calls for counters.
#1131410: Add tests for memcache-lock.inc by catch: add back _lock_id() and shutdown function to ensure locks aren't held after exit(), fixes simpletests except for one, add boiler plate tests for memcache-lock.inc - copied from D7 core.
#1133964: Memcache isn't connecting to all servers by Jeremy: Memcache extension only connecting to first instance.
#1134158: Test 'upgrade path' from 6.x-1.8 to 6.x-1.9 by Jeremy: testing upgrade path from 6.x-1.8 to 6.x-1.9, confirm $cache is an object.
#1134242: Review cache_lifetime behaviour. by catch: Review cache_lifetime behaviour.
#1144394: Save a dmemcache_get() in lock.inc by catch: save a dmemcache_get() in memcache-lock.inc.

Created by: jeremy
Created on: 5 May 2011 at 21:43 UTC
Last updated: 5 May 2011 at 21:46 UTC
New features
Bug fixes
Unsupported

Other releases