Home Forums WordPress Plugins Hide My WP PHP7 compatibility

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12461
    Saelbeth
    Post count: 1

    Hello,

    I use “Hide My WP” (“Version 5.1”) and this plugin is amazing!

    At this time, there are some issues, but I think that there are some compatibility issues between your plugins and my theme, or between your plugin and my other plugins.

    This said, I am trying to make my website fully PHP7 compliant and to avoid conflicts between my plugins and my theme, so I used “WP Engine PHP Compatibility Checker” to test all my plugins.

    I noticed some issues within your plugin.

    I would be very happy if you could fix them. Thanks a lot!

    David

    Here they are:
    FILE: /wp-content/plugins/hide_my_wp/lib/mute-screamer/libraries/hmwp_ms/Utils.php
    —————————————————————————————————————————————-
    FOUND 2 ERRORS AFFECTING 2 LINES
    —————————————————————————————————————————————-
    191 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead
    192 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead
    —————————————————————————————————————————————-

    FILE: /wp-content/plugins/hide_my_wp/lib/mute-screamer/libraries/IDS/vendors/htmlpurifier/HTMLPurifier.autoload.php
    —————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————-
    22 | WARNING | INI directive ‘zend.ze1_compatibility_mode’ is forbidden from PHP 5.3.
    —————————————————————————————————————————————-

    FILE: /wp-content/plugins/hide_my_wp/lib/mute-screamer/libraries/IDS/vendors/htmlpurifier/HTMLPurifier/VarParser.php
    —————————————————————————————————————————————–
    FOUND 5 ERRORS AFFECTING 5 LINES
    —————————————————————————————————————————————–
    10 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘STRING’ (since version 7.0)
    14 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘INT’ (since version 7.0)
    15 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘FLOAT’ (since version 7.0)
    16 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘BOOL’ (since version 7.0)
    20 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘MIXED’ (since version 7.0)
    —————————————————————————————————————————————–

    #12467
    Suman M.
    Post count: 12480

    Hi, thanks! HMWP is already compatible with PHP 7 and we’ll be looking forward to make it totally compatible with PHP 7. Thanks for your suggestions and detailed info.

    #12492
    Saelbeth
    Post count: 1

    Hi Suman, very nice anwser! Thank you, I hope that you will make it totally PHP 7 compatible very soon. I can’t wait for the next update!

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

You must be logged in to reply to this topic.