Actions
Task #28221
closedRemove XCLASS definitions from cache classes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
With #28063 many core cache classes are required directly during bootstrap. This makes XCLASS impossible since those base classes are not instantiated with t3lib_div::makeInstance() anymore. t3lib_cache is static and can not be XCLASSES. The caching framework has a build in feature to register and use own classes. The patch removes all XCLASS definitions of cache classes.
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I1e624bb769b899a14491aa3ee1cca9da480ebfb6 has been pushed to the review server.
It is available at http://review.typo3.org/3340
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 0957fe4e93e5ce3fe70e78fc0bebc5b9fa15e594.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Updated by Ernesto Baschny over 11 years ago
- Target version deleted (
4.6.0-beta1)
Actions