Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 54.98 KB
MD5: 3ea99c76b6429f0bbc8f922cd91eb459
SHA-1: 04a0b06d083de834a181fed05b67d90880ea8342
SHA-256: 5fbf95e699cb4f2bc43047cf69e118962980766d43305be14aef08f1f9fd3f7f
Download zip 63.97 KB
MD5: 08871a9fbec3365d2efc2ad5caefc3c4
SHA-1: 33d3ce9426c3b35839b6083d21b120e65f4b4c1d
SHA-256: 44597525972869e570e6f0f8156f431ef7b6995b2a20cc2c9fec1694f054ab0c

Release notes

Format When We Can Release

A bug in 7.x-1.4 can result in a white-screen error when the Drupal memcache module splits oversized objects into multiple pieces. This release is primarily focused on fixing that potential error. If you're using 7.x-1.4 or earlier, it is highly recommended you upgrade to this new release.

Always carefully test the update process and new release first in a development and/or staging environment before updating your production environment!

Highlights

  • In 7.x-1.4 we added support for storing objects larger than 1MiB in size. When this happens, a log is written. Unfortunately, there was a bug introduced here -- if the logging code is triggered very early in the Drupal bootstrap, it would cause a white screen. This has been fixed.
  • Users of Memcache on Windows have reported seeing the error 'Failed to store to then retrieve data from memcache' when the memcache module is enabled. We've included a fix that should finally resolve this.

What’s changed since 7.x-1.4

Overview

The primary focus of this release is fixing a PHP Fatal error resulting in a white screen and logging the following error, "Call to undefined function format_size()". If you're using the Drupal memcache module, you should update.

Details

Testing

The memcache module is a critical component of even the largest Drupal websites, so we take testing seriously. We have done comprehensive load testing of this release to ensure that there have been no performance regressions. Our load tests are freely available at https://github.com/tag1consulting/drupal-loadtest. There you will find scripts that assist in pre-populating a site with data and running a jMeter loadtest suite against the test website. While the tests aren’t comprehensive and only focus on common core functionality, they provide fantastic insight and detail into the performance differences between releases.

Created by: jeremy
Created on: 24 Jan 2015 at 08:29 UTC
Last updated: 24 Feb 2017 at 16:33 UTC
Bug fixes
Unsupported

Other releases