Task #62852
closedBring back class aliases to prevent Fatal Error
100%
Description
In an early state of the bootstrap all ext_autoload files are processed. During the cleanup of class aliasses ext_Mgm and t3lib_div are removed. This causes in instances without enabled sysext:compatibility6 a Fatal Error, that results in the meanwhile well known Exception 'could not aquire lock file.'. In order to mitigate this situation, we will bring back those two class aliasses and will keep them in the core for the time being.
These two classes are exceptions and there shouldn't be added more than that without very good reasons.
Updated by Anja Leichsenring about 10 years ago
- Subject changed from Bring back class aliasses to prevent Fatal Error to Bring back class aliases to prevent Fatal Error
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34014
Updated by Christian Kuhn about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 134cae7eb3f6d1922ae47cfb1706ca0b3413da0d.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed