Feature #38233
Task #38086: Enhance TYPO3 bootstrap mechanism
Add event handling to bootstrap mechanism
Status: | Rejected | Start date: | 2012-06-20 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Oliver Hader | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 6.0.0-pre-beta1 | |||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
Add several events like "database is initialized", "bootstrap is initialized", etc. to the whole bootstrap mechanism.
The concrete situation to be solved is the registration of Extbase Signal Slots in ext_localconf.php - which fails since autoloader and caching framework are not yet initialized at the time the ext_localconf.php gets executed.
History
#1 Updated by Gerrit Code Review about 3 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/12239
#2 Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12239
#3 Updated by Susanne Moog about 3 years ago
- Parent task set to #38086
#4 Updated by Benjamin Mack over 2 years ago
- Status changed from Under Review to Rejected
Not needed anymore in this way, Signal Slot in ext_localconf.php can be used without Extbase now.