Change record status: 
Project: 
Introduced in branch: 
7.x
Introduced in version: 
7.12
Description: 

The method signature for DrupalCacheArray::set() has changed:

Before:

  public function set($cid, $data, $bin, $lock = TRUE) {}

After:

public function set($data, $lock = TRUE) {}

This will affect the following code:

  1. Classes that inherit from DrupalCacheArray and overrides the set() method
  2. Classes that inherit from DrupalCacheArray and call the set() method
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done