Home › Forums › WordPress Plugins › Hide My WP › PHP 7.2 compatible issues
Tagged: php 7.2 compatible
- This topic has 1 reply, 2 voices, and was last updated 5 years, 7 months ago by Suman M..
-
AuthorPosts
-
June 22, 2019 at 1:51 am #26610
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
——————————————————————————————————————————————–June 23, 2019 at 7:39 am #26616Suman M.Post count: 12478Hi, 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!
-
AuthorPosts
You must be logged in to reply to this topic.