Actions
Task #86261
closedEpic #83968: PSR-11 Initiative
PackageManager caching is over complicated
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-09-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The PackageManager caches all Package objects.
As a Package object currently requires a reference to the PackageManager, the PackageManager temporarily provides a reference to itself in $GLOBALS['TYPO3_currentPackageManager']
while using unserialize
to re-create caches Package objects.
The PackageManager reference should just be dropped.
Actions