Actions
Bug #38124
closedTask #38086: Enhance TYPO3 bootstrap mechanism
Load extension configuration in function context
Start date:
2012-06-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Until now all the ext_localconf.php files provided by extensions were included in a global scope.
This is a major blocker for a clean and flexible bootstrapping.
Include the configuration files in a method of the bootstrap class and set all supported global variables as global.
Actions