Actions
Task #51937
closedUse lamda functions (closures) instead of create_function
Start date:
2013-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
Description
Since PHP 5.3+ is required to run the latest version of TYPO3, we can make use of that to replace "old code".
Find and replace all instances of "create_function" in the CORE with a closure.
Lambda functions can additionally increase performace, when PHP code is pre-compiled to bytecode.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23782
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23782
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23782
Updated by Christoph Dörfel about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a37076ab8bcb66ee5111aa03799d2f7f6a1281c3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions