Actions
Bug #27681
closedImprove deprecation handling of useCachingFramework
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-06-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Related to #25106
Some extensions like workspace check for $GLOBALS['TYPO3_CONF_VARS']['SYS']['useCachingFramework'] to see if caching framework was disabled. This is not handled since the caching framework was enabled by default anymore, so such extensions fail currently.
This patch introduces a more stable backwards compatibility for such cases.
Actions