Feature #32986
closedUsage of custom caching backends
100%
Description
If you need to define a custom caching backend for the autoloader, you have to include you new caching backend in localconf.php. It is also required to include related interfaces and so on before but this is not possible since "require" statements are used insted of "require_once".
So i would suggest to use require_once statements for the function body "initializeCachingFramework" in config_default.php
Updated by Gerrit Code Review almost 13 years 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/7679
Updated by Christian Kuhn almost 13 years ago
Just curious:
Why do you need to define an own cache backend for cache_phpcode cache? How do you implement require_once() method there?
Updated by Steffen Gebert almost 13 years ago
And this should also go to 4.6 then (does it also apply to 4.5?)
Updated by Christian Kuhn almost 13 years ago
Not relevant in 4.5. But I still wonder which additional backend implements phpCapableBackend ...
Updated by Michael Klapper almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 15216f85c46ccda552023cf103b1b9332d7f7bb2.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7835
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7835
Updated by Steffen Gebert almost 13 years ago
- Category set to Caching
- Target version set to 4.6.4
- TYPO3 Version changed from 4.7 to 4.6
Updated by Michael Klapper almost 13 years ago
- Status changed from Under Review to Resolved
Applied in changeset 4d817e214b887d54c9571848390ebc563a3016cd.
Updated by Xavier Perseguers almost 13 years ago
- Status changed from Resolved to Closed