Opened 19 years ago
Closed 18 years ago
#5570 closed defect (bug) (fixed)
Remove default persistent object cache
| Reported by: | ryan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | cache |
| Cc: | Focuses: |
Description
The persistent object cache is not enabled by default and is not actively maintained. Let's remove it. It can be resurrected as a third-party cache backend. The in-memory caching parts of cache.php should be retained.
Attachments (1)
Change History (7)
#4
@
18 years ago
- Resolution fixed
- Status closed → reopened
- Version 2.5 → 2.3.2
includes/function.php still makes serialization calls, throwing a PHP memory error when it runs out of space.
#5
@
18 years ago
includes/function.php still makes serialization calls, throwing a PHP memory error when it runs out of space.
That'd be due to options being set/updated, they *have* to be serialised if they're not a simple string. So by the sounds of it, Something is storing rather large options which overflows the memory limits?
#6
@
18 years ago
- Resolution → fixed
- Status reopened → closed
- Version 2.3.2 → 2.5
reseting to 2.5 version. Infact, It'd be better to seek help in the support forums, or open a ticket which refers to your problem specifically. This ticket was for the removal of the cache, which doesnt affect you. (Assuming you're running an uptodate version of WordPress)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
+1
I am quite happy to take this on as a plugin as well.