Task #86404
closedEpic #83968: PSR-11 Initiative
Deprecate $GLOBALS['TYPO3_LOADED_EXT']
100%
Description
$GLOBALS['TYPO3_LOADED_EXT']
is defined as the "old" way since the introduction of the PackageManager in 2013: https://review.typo3.org/19605
(The class description of LoadExtensionArrayElement
states: Class to simulate the "old" extension information array element
)
To reduce site effects of the PackageManager class this pollution of the global scope should be removed in v10 and therefore be deprecated in v9.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58408
Updated by Gerrit Code Review about 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58408
Updated by Benjamin Franzke about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3523a860c97c4a1c9fc7679bc393ff4fc3bccd90.