Actions
Feature proposal #6751
closedcreate_function deprecated in PHP 7.2
Description
Replace create_function usages as this function is deprecated in PHP 7.2 and eventually will be removed.
Updated by krileon about 7 years ago
Updated by krileon about 7 years ago
Possible solution is a splat operator available in PHP 5.6+, but due to CB using call_user_func_array the reference usecase for splat operator does not appear to work.
http://php.net/manual/en/functions.arguments.php#functions.variable-arg-list.new
Updated by krileon about 7 years ago
- Due date set to 28 March 2016
- Start date changed from 01 September 2017 to 28 March 2016
- Follows Feature proposal #6754: Replace plugin call user func with variable calls added
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- Target version changed from 7.1.0 to 7.0.0
- % Done changed from 0 to 100
Will fallback to a tmpfile usage that mimics eval if create_function is disabled or on PHP 7.2 or greater.
Updated by krileon about 7 years ago
- Follows deleted (Feature proposal #6754: Replace plugin call user func with variable calls)
Actions