Actions
Bug #91398
closedSerialization of ObjectManager is broken
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2020-05-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This is broken in v10 since the introduction of dependency injection in:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/58255
Using:
serialize($this->objectManager)
Results in the following exception:
(1/1) Exception Serialization of 'Closure' is not allowed
Actions