Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 38.84 KB
MD5: 61f3d35a749e94b60253cafbc34fbb15
SHA-1: bd2b5214ac3809487cb6ad261c185f4ead09e4ff
SHA-256: b5bc8a1aa6d6a5f0a11cc6ada272b3ed0c1a43f59fe702a2e8625ebacef876d1
Download zip 47.9 KB
MD5: 87416169f6337dec826a38ce9fa83b10
SHA-1: 612374d561351670df318a10c55a1bf461e93412
SHA-256: 1e8c340bbafad126707578efcce4a09d2d5308898cfbc7d7676dddbaf8249b4c

Release notes

This is the third and hopefully final release candidate before a stable 7.x-1.0 release.

Changes since 7.x-1.0-rc2:

  • #1396866 by greggles: Fixed remove unnecessary ! placeholder - switch to @.
  • #1394866Move memcache-session.inc to unstable folder.
  • #1394762 by catch: use the testing profile.
  • #1219176 by psynaptic: Fixed Error running drush when memcache extension is missing.
  • #1364678 by tcmug: Fixed Patched undefined function dmemcache_object().
  • #1344036 by das-peter, Berdir: Fix cache clear fails when using wildcards - strange behavior with wildcard_valid().

Important
Session handling has not been fully ported to 7.x yet, and should not be used in production. This has been made more obvious by moving the file to unstable/memcache.inc so it is out of the way. If you have been using memcache-session.inc and get an error about the file not being available, or a WSOD, then you should comment the line $conf['session_inc'] in settings.php and use core session handling or a different session backend for now.

If you'd like to help get stable session handling into a later point release of 7.x-1.x, then please test and/or help with the following issues:

#656838: [META] Port sessions to D7
#1362316: $user->data does not get unserialized
#1131986: Session handling fails on multiple switches between http / https (this is a core bug, but it'd be good to see this fixed before tackling the same issue in memcache).

Created by: catch
Created on: 7 Jan 2012 at 06:25 UTC
Last updated: 7 Jan 2012 at 06:31 UTC
Unsupported

Other releases