Home Forums WordPress Plugins Hide My WP PHP 7.2 compatible issues

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26610
    Min
    Active
    Post count: 20

    Hi, before renew the liecence i’ve checked compatible with php7.2 by php compatible checker.
    but it says below error and warnings. Is this mean i can’t use your plugin on php 7.2 or 7.3?

    FILE: */nginx/html/wp-content/plugins/hide_my_wp/init.php
    ———————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————–
    148 | WARNING | Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
    ———————————————————————————————————————————————————–

    FILE: */nginx/html/wp-content/plugins/hide_my_wp/init.funcs.php
    ———————————————————————————————————–
    FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
    ———————————————————————————————————–
    148 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    168 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    178 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    184 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    539 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    ———————————————————————————————————–

    FILE: */nginx/html/wp-content/plugins/hide_my_wp/lib/plugin-update/vendor/ParsedownLegacy.php
    —————————————————————————————————————————————————————————-
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————————————————————————————————-
    1412 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
    —————————————————————————————————————————————————————————-

    FILE: */nginx/html/wp-content/plugins/hide_my_wp/lib/mute-screamer/libraries/IDS/vendors/htmlpurifier/HTMLPurifier.standalone.php
    ——————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————————–
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ——————————————————————————————————————————————–

    #26616
    Suman M.
    Post count: 12478

    Hi, we are aware of this deprecated function and will be updated in the upcoming versions. But it shall not affect the functioning of the plugin. Let us know if there is any issue. Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.