PHP 7 compatibility
-
Hello,
I use your plugin (Version 10.3) and it is amazing! I love it! Thanks for your work on this product!
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 of my plugins.
I noticed some issues within WP Statistics.
I would be very happy if you could fix them. Thanks a lot!
Here they are:
FILE: /wp-content/plugins/wp-statistics/vendor/browscap/browscap-php/src/phpbrowscap/Browscap.php
———————————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
———————————————————————————————————————-
672 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
787 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
———————————————————————————————————————-FILE: /wp-content/plugins/wp-statistics/includes/optimization/tabs/wps-optimization-resources.php
———————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————-
151 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
———————————————————————————————————————-FILE: /wp-content/plugins/wp-statistics/includes/settings/tabs/wps-externals.php
—————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————–
150 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
—————————————————————————————————–FILE: /wp-content/plugins/wp-statistics/includes/functions/functions.php
————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————–
952 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
————————————————————————————————–
The topic ‘PHP 7 compatibility’ is closed to new replies.