PHP 7.0 errors
-
Hi,
When checking your plugin against PHP 7.0 we get below errors:
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES in this file, widget-system-info.php
——————————————————————————————————————-
695 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
1007 | WARNING | INI directive ‘register_globals’ is deprecated since PHP 5.3 and removed since PHP 5.4.
1016 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
——————————————————————————————————————-Now we run our site with PHP 5.6 so no issues for that but can you check above and see if these issues can be fixed as we will soon move over to PHP 7.0?
Per
- The topic ‘PHP 7.0 errors’ is closed to new replies.