Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
36.91 KB
MD5: 094c3137a705c4286623307ec4b891e8
SHA-1: 2d2a49c91a14386ec8b877623acb1d002b2cba5f
SHA-256: adb64a77d64a147b44775ada339f703a5cec25976bb2596b591048ffb24ec2f9
Download zip
45.27 KB
MD5: 225753a2cb9cb0a6f30b071a2924b7aa
SHA-1: f41de1b97e244d629338fbaf9862ea97ffd0f555
SHA-256: ddbb4b9e6ac1f233e737edf99722c3f6a87f59eeffee342474c721e2d44c65d9
Release notes
Note that while this is a release candidate, session handling is not fully ported yet, there are documented major/critical bugs with core's own session handling so it's unlikely that session handling will be stable prior to 7.x-1.0 final. Testing and useful bug reports for session support welcome!
Changes since 7.x-1.0-beta4:
- #656838 by catch: interim commit to remove an outdated cache constant in the test.
- #1131370 by Berdir: Fixed Segment wildcard counts by $string[0].
- #1307102 by Berdir: Fixed Wildcard clears are broken again...
- #1292208 by brianV: Fixed cache_page() not flushed when updating a node.
- #1131370 by das-peter: Follow-up for segment wildcard counts by [0].
- #1244296 by das-peter: fix strict warning from reset().
- #1289762 by catch: fix E_STRICT warning from array_keys().
- #1131370 by das-peter: wildcard_invalidate variable was not properly updated to 7.x.
- #962422 by das-peter: fix a syntax error.
- #1131380 by das-peter: fix undefined variable.
- #962422: forward port stampede protection improvements from 6.x
- #1131370: forward port wildcard optimization from 6.x-1.9.
- #293902 by Jeremy: Improved admin statistics.
- #1281484 by Berdir: wildcards clears broken on subsequent requests.
- #1233634 by c960657: require dmemcache.inc from memcache-lock.inc
- #616282 by longwave: avoid calling theme() if the theme system wasn't initiatilized.
- #319697: ultimike, jaydub, Jeremy: Don't break uploads when memcache_admin stats are enabled, and other related fixes.
- #1085626 by Berdir, catch: Wildcard entries may go missing, leading to caches not being invalidated properly.
- #907614 by catch, David Strauss, Jeremy: allow a choice of Memcache extension.
- #1103478 by Berdir, catch: port wildcard optimization to Drupal 7, also fixes tests (except one remaining session bug.
- #1014154: by pillarsdotnet, README.txt cleanup.
- Bug #1014154: Correct installation instructions; cleanup.
- #1078626 by Berdir: remove 'full key' from cache objects.
- 1177512 by girishmuraly, hook_perm() is now hook_permission().
- ##1190426 by pillarsdotnet: fix undefined variable in dmemcache.inc.
- #1208742 by catch: fixes undefined function lock_initialize() in bootstrap.inc.
- #1131140: remove some cruft from memcache_test.module, remove static caching of in dmemcache_key.
- Issues #969998, #1131140 and #1144394: forward port lock improvements from 6.x branch.
- #1095608: fix simpletest compatibility and sync tests between 6.x and 7.x branches.
- #1048546: Invalid argument supplied for foreach() in MemCacheDrupal->getMultiple().
- #1103796 by FilmKnurd: memcache delete fix.