Bug #55899
closedCleanup sortArraysByKey()
100%
Description
\TYPO3\CMS\Core\Utility\ArrayUtility::sortArraysByKey() calls strtolower() a lot. Also a lot of unneeded ternary operations are performed.
This method is heavily used in the sys_log (in a wrong way, but that's something for another issue).
Updated by Gerrit Code Review almost 11 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/27559
Updated by Gerrit Code Review almost 11 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/27559
Updated by Gerrit Code Review almost 11 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/27559
Updated by Michiel Roos almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6ce20a36c6551e6dcf1c7d3211907e4cc86b39c7.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed