Deprecated: Function create_function()
-
Function create_function() is deprecated in PHP 7.2
File duplicator/installer/build/classes/class.engine.php. Line 149:
$walk_function = create_function('&$str', '$str = "$str";');File duplicator/views/tools/logging.php. Line 8:
usort($logs, create_function('$a,$b', 'return filemtime($b) - filemtime($a);'));File duplicator/views/tools/diagnostics/logging.php. Line 8:
usort($logs, create_function('$a,$b', 'return filemtime($b) - filemtime($a);'));Can you solve it in the next version?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Deprecated: Function create_function()’ is closed to new replies.