• 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

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    I don’t have a good way to test this right now as my own hosting provider doesn’t offer PHP7 yet. I’ve put off finding a new hosting provider but it looks like this is something I will need to do soon.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.3’ is closed to new replies.