Task #86261
closedEpic #83968: PSR-11 Initiative
PackageManager caching is over complicated
100%
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.
Updated by Gerrit Code Review about 6 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 https://review.typo3.org/58282
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58282
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58282
Updated by Benjamin Franzke about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bae520c6b2c791a9205deaa06e86c496f1cb91a6.
Updated by Helmut Hummel almost 6 years ago
- Related to Bug #87175: activating SEO or Redirects core extension breaks the system added