Upgrade to PHP 7.2
-
I ran a PHP Compatibility check, moving from 5.4 to 7.2, and received 9 warning:
———————————————————————————————————-
FOUND 0 ERRORS AND 9 WARNINGS AFFECTING 9 LINES
———————————————————————————————————-
68 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
69 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
70 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
71 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
72 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
73 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
74 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
75 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
92 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
———————————————————————————————————-Is the function “create_function()” a core element to this plugin and are there any steps to avoid errors when upgrading? The PHP 5.4 thru 7.0 is being depreciated with no support by end of month, so will need to update but would like to still use this plugin!
Thank you!!
The topic ‘Upgrade to PHP 7.2’ is closed to new replies.