Is memcache supported on drupal 5.9/5.10? Since I did not see any newer patch, I tried installing the cache serialize patch for 5.8 in the patch dir and this patch fails with both drupal 5.9 and 5.10.

Are these patches still necessary in 5.9 and beyond? If not, the README.txt needs to be updated to reflect that.

Michael Grant

Comments

mikhailian’s picture

Use the latest stable version (1.8 as of this writing). It works with 5.10. Check also neighbouring issues as this one to eliminate possible problems with contributed modules.

nicolash’s picture

Am I correct that in a situation where core gets upgraded from 5.7 to 5.11, but memcache module stays as 1.7, no new patch whatsoever should need to be applied to anything, since the original core patch has made its way into the standard Drupal install?

That's how I read:

- added Drupal 5.7 core cache serialization patch to 5.x branch.
fixes issue #226672 - Serialize patch needed for 5.7

from http://drupal.org/node/108642/release

crea’s picture

Title: Support on drupal 5.9/5.10? » Patches for drupal 5.9/5.10/5.11/5.12 ?

Thinking of upgrading to the latest version. Does the latest patch still apply to 5.12 ?

jeremy’s picture

Status: Active » Fixed

The patches are still required. The 5.6 patch still applies fine, with a little harmless patch fuzz. (Feel free to submit clean new patches for each version since if you like -- I don't see any harm in it, as it can be confusing to someone new to this module that they're supposed to apply patches for Drupal 5.6)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.