Actions
Feature #64848
closedsmall speedup in GeneralUtility::trimExplode
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
Start date:
2015-02-04
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.6
Tags:
Complexity:
easy
Sprint Focus:
Description
The trimExplode function is used very often but not with the limit parameter.
If a positive limit parameter is used then use array_splice instead of array_slice two times.
Actions