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.
Actions