Opened 19 years ago
Closed 19 years ago
#4141 closed defect (bug) (fixed)
default cache behavior leaves tmp files when cache dir unwritable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.2 | Priority: | high |
| Severity: | normal | Version: | 2.1 |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
As reported by Sabin Iacob [wp-hackers] Wordpress object cache, the files in /tmp/ are not removed.
It seems to happen in cache.php, where there is no unlink in the second clause of the if statement of line 343. The tmp files are unusable so they should be removed regardless of success.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The thread:
http://comox.textdrive.com/pipermail/wp-hackers/2007-April/011845.html