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.
Updated by Alexander Opitz almost 10 years ago
This also fixes 52 tests with PHP7-master (but this seams an issue in PHP7-master itself).
Updated by Gerrit Code Review almost 10 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 http://review.typo3.org/36647
Updated by Alexander Opitz almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 095955bea743c46ad6d6208f40e9bcdd91608915.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions