Project

General

Profile

Actions

Task #51937

closed

Use lamda functions (closures) instead of create_function

Added by Christoph Dörfel over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
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

Also available in: Atom PDF