Warnings when upgrading to PHP7
-
Hi
Am in the process of moving to PHP7 and I’ve been using the PHP Compatibility Checker plugin to check to see if there are any issues and it comes up with the following warnings for WP Staging
FILE: /home/useraccname/public_html/wp-content/plugins/wp-staging/apps/Backend/Administrator.php
————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————-
330 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————-FILE: /home/useraccname/public_html/wp-content/plugins/wp-staging/apps/Backend/Modules/SystemInfo.php
————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————–
422 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————–Guessing that as it’s a warning it won’t cause issues currently, but just wanted to check.
Thanks
- The topic ‘Warnings when upgrading to PHP7’ is closed to new replies.