PHP 7 compatibility
-
Hello!
I need to update my server to PHP 7. I’m using PHP compatibility checker plugin and there is a warning for ZodiacPress, Daily Moon Forecast and Current Planetary Positions:
FILE: /home/******/public_html/wp/wp-content/plugins/zodiacpress/includes/misc-functions.php
—————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————
46 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
—————————————————————————————FILE: /home/******/public_html/wp/wp-content/plugins/daily-moon-forecast/daily-moon-forecast.php
—————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————
245 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
—————————————————————————————FILE: /home/******/public_html/wp/wp-content/plugins/current-planetary-positions/current-planetary-positions.php
—————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————
113 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
—————————————————————————————Is it safe to upgrade to PHP 7? Many thanks!
- The topic ‘PHP 7 compatibility’ is closed to new replies.