Compatibility Issues with PHP 7.2
-
Greetings,
I’m noticing an issue with PHP 7.2 compatibility. Here is my PHP Compatibility Checker log:
FILE: /public_html/wp-content/plugins/mainwp-child/class/class-mainwp-child-back-wp-up.php
———————————————————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
———————————————————————————————————————————–
383 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
918 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
———————————————————————————————————————————–FILE: /public_html/wp-content/plugins/mainwp-child/class/class-mainwp-child-updraft-plus-backups.php
———————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————
795 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
———————————————————————————————————————————————FILE: /public_html/wp-content/plugins/mainwp-child/class/class-mainwp-keyword-links.php
——————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————–
346 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
——————————————————————————————————————————–FILE: /public_html/wp-content/plugins/mainwp-child/class/class-mainwp-child.php
————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————
1152 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————————————FILE: /public_html/wp-content/plugins/mainwp-child/class/class-mainwp-child-db.php
—————————————————————————————————————————
FOUND 7 ERRORS AFFECTING 7 LINES
—————————————————————————————————————————
20 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
28 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
36 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
44 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
55 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
66 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
77 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
—————————————————————————————————————————FILE: /public_html/wp-content/plugins/mainwp-child/class/class-mainwp-child-server-information.php
——————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————-
1190 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
——————————————————————————————————————————————-FILE: /public_html/wp-content/plugins/mainwp-child/mainwp-child.php
————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————
39 | WARNING | Use of __autoload() function is deprecated since PHP 7.2
————————————————————————————————————I’d read that you’ll use __autoload() as a fallback so won’t remove it, but this seemed like an excessive amount of errors. Just wanted to inform in case you were unaware.
Thanks!
- The topic ‘Compatibility Issues with PHP 7.2’ is closed to new replies.