Home › Forums › WordPress Plugins › Hide My WP › PHP7 compatibility
- This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago by
Saelbeth.
-
AuthorPosts
-
October 21, 2016 at 1:24 pm #12461
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)
—————————————————————————————————————————————–October 21, 2016 at 4:29 pm #12467Hi, 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.
October 24, 2016 at 9:54 pm #12492Hi 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!
-
AuthorPosts
You must be logged in to reply to this topic.