Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
29.42 KB
MD5: 38482a5c073f3b8780dccefe8e1c586e
SHA-1: 94334c686366e11764f087c8111ce505de9ac22e
SHA-256: 63ceec7c8618d2ef678ea067746a7a861df2d34563bf022f624bdcdc7b7f00a0
Download zip
34.86 KB
MD5: 463613fb3e59a2d1849fc79c9754073a
SHA-1: e9e0c09a663114ad76487455481fb9353ca3aa8a
SHA-256: 3b6842361bc071ab7f201df137ad6421e8601fea529d1691aea127f73aab46b0
Release notes
Fixes DRUPAL-SA-CONTRIB-2010-098.
Changes since DRUPAL-7--1-0-BETA1:
- Bug #525400: hash keys if longer than 250 bytes, as otherwise they get
truncated by memcache leading to collisions. - Push some more fixes.
- Fix dmemcache_add to use $full_key.
- Bug #788436: Remove accidental pass-by-reference from getMultiple. Patch thanks to Catch.
- Bug #810306: remove debug logging calls.
- Add ability to set options with memcached PECL package. Set sane defaults. Document. Patch thanks to nnewton.
- Simplify wildcard logic, alleviate lock contention when flushing a large number of different wildcards.
- Fix variable typo (thanks catch), and make it possible to disable hashes altogether.
- Bug #828664, from core bug fix.
- Be sure ->flushes exists before using it.
- #900436: Optimize memcache::valid(), only check wildcards when necessary.
- #925096 by robertDouglass: Fixed Use of REQUEST_TIME improper, incomplete.
- Updating README requirements
- #911226 by robertDouglass: Added Improved statistics reporting.
- #856276 by nycnate, srjosh | whytewolf: Fixed Call to undefined method Memcached::getExtendedStats().
- #925096 by robertDouglass | swentel: Fixed Use of REQUEST_TIME improper, incomplete.
- whitespace
- Tweaking stats and sessions.
- #854516 by longwave: document use of OPT_BINARY_PROTOCOL and don't make it the default.