TablePress & PHP 7.0 compatibility
-
I ran PHP Compatibility Checker to determine if TablePress is compatible with PHP 7.0. I received the following 2 warnings and 2 errors.
Will a future version of TablePress be compatible with PHP 7.0?
——————————————————————————————————————————————-
FILE: /wp-content/plugins/tablepress/views/view-about.php
——————————————————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
——————————————————————————————————————————————-
185 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed since PHP 7.0 – use mysqli instead.
186 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed since PHP 7.0 – use mysqli instead.
——————————————————————————————————————————————-FILE: /wp-content/plugins/tablepress/libraries/simplexlsx.class.php
——————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
——————————————————————————————-
602 | WARNING | The use of function dl is discouraged from PHP version 5.3
604 | WARNING | The use of function dl is discouraged from PHP version 5.3
——————————————————————————————-
- The topic ‘TablePress & PHP 7.0 compatibility’ is closed to new replies.