Bug #34886
t3lib_cache_backend_FileBackend don't support 0 has liftime
| Status: | Under Review | Start date: | 2012-03-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Dominique Feyer | % Done: | 0% |
|
| Category: | Caching | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
In the DB backend 0 has liftime mean "unlimited" lifetime for the cache entry, but in the file backend it's give a always invalid cache entry.
Patch is coming
History
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9671
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9671
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9671
Updated by Gerrit Code Review over 1 year ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9671
Updated by Oliver Hader over 1 year ago
Thanks for your patch. How was the behaviour in 4.5 (since your patch only is reported for 4.6 and 4.7). Is it an issue in 4.5 as well?
Updated by Dominique Feyer over 1 year ago
Yes it's an issues in 4.5 also
Updated by Gerrit Code Review 11 months ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9671
Updated by Alexander Opitz 29 days ago
Hi Dominique,
is this patch still relevant? If yes, can you rebase the patch to current master and add a bit more description to your commit message?