PHP 7.3
-
Hi, I′m about to upgrade my PHP to 7.3 (currently using 7.1) and I used a plugin to check Email Users compatibility.
This is the report:
FILE: /homepages/6/d531514969/htdocs/clickandbuilds/LaTendaElx/wp-content/plugins/email-users/email_users_custom_filter_class.php
———————————————————————————————————————————
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
———————————————————————————————————————————
96 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
98 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
102 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
———————————————————————————————————————————FILE: /homepages/6/d531514969/htdocs/clickandbuilds/LaTendaElx/wp-content/plugins/email-users/email-users.php
————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————-
443 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
————————————————————————————————————-My question is, would I have any trouble my upgrading?
thanks
- The topic ‘PHP 7.3’ is closed to new replies.