Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5147 closed defect (bug) (invalid)

Object cache should check if ENABLE_CACHE is TRUE (not false)

Reported by: dd32's profile DD32 Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.3
Component: General Keywords: object cache has-patch
Focuses: Cc:

Description

At present using define('ENABLE_CACHE',false) will result in the object cache being enabled.

Suggest to check that ENABLE_CACHE is true, and remove the DISABLE_CACHE constant.

see http://comox.textdrive.com/pipermail/wp-hackers/2007-October/015458.html

Attachments (1)

5147.diff (619 bytes) - added by DD32 17 years ago.

Download all attachments as: .zip

Change History (2)

@DD32
17 years ago

#1 @darkdragon
17 years ago

  • Milestone 2.5 deleted
  • Resolution set to invalid
  • Status changed from new to closed

The wp-cache can not be disabled in WordPress 2.5. This could be moved to 2.3 and fixed in that branch or the file cache could also be removed in that version.

Note: See TracTickets for help on using tickets.