Actions
Task #91906
closedReplace serialize/unserialize for transOrigDiffSourceField in database
Start date:
2020-07-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The diffsource field stores any content in DB as serialized string. The usage of serialize and unserialize led to headaches in the past, so it is possibly a good idea to get rid of it.
The content can be json_encoded as far as the core is concerned.
The change is breaking, but after the field is used only internally (extensions just have no business here, I can not think of a use case), the impact should be minimal.
Actions