Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Sep 2009 at 14:33 UTC
Updated:
27 Sep 2009 at 15:20 UTC
Hi,
#557542: Cache module_implements() needs cache_*() very early, so we need a cache implementation included earlier than now. To archive this, chx suggested to port the cache-install.inc stub to the new cache system, so we can use whatever cache system we need to (first fake, later, if avaible, database).
The attached patch does this.
| Comment | File | Size | Author |
|---|---|---|---|
| install_cache_change.patch | 3.38 KB | CorniI |
Comments
Comment #1
chx commentedLooks very nice and simple.
Comment #2
dries commentedCommitted to CVS HEAD.