Actions
Bug #82155
closedArrayUtility renumbering also renumbers string keys
Start date:
2017-08-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In various places throughout the core we are using timestamps followed by a dot as unique identifiers for array keys (for example the avatar service is registered that way). The ArrayUtility renumbering function renumbers these keys on writing configuration, meaning that you cannot overwrite services registered like that.
Renumber should not renumber /interpret '0123456.'.
Actions