Actions
Task #54096
closedOptimization of GeneralUtility::get_dirs()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2013-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Use glob() instead of scandir() in GeneralUtility::get_dirs()
Test bench: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/25769
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/25769
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Under Review to New
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Susanne Moog over 5 years ago
- Status changed from New to Closed
As no one worked on this for the last 5 years I'm closing this task now. Can be reopened if somebody feels the need to work on it again - as we now use symfony finder though it is probably less relevant nowadays.
Actions