Actions
Bug #38126
closedTask #38086: Enhance TYPO3 bootstrap mechanism
Load the main configuration file in functional 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 the localconf.php file is included in a global scope.
This is a major blocker for a clean and flexible bootstrapping.
Include the main configuration file in a method of the bootstrap class and set all supported global variables as global.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12138
Updated by Helmut Hummel over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ae005fd7f4803ee26e5b43b1e36f23cbca42f6ab.
Actions