• Resolved ArtGoddess

    (@artgoddess)


    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!

Viewing 1 replies (of 1 total)
  • Plugin Author isabel104

    (@isabel104)

    Yes, ZodiacPress is safe for PHP 7. That warning is a “false positive” because it will not throw an error in PHP 7. The warning was generated because the plugin checks for earlier versions of PHP (since we support as early as PHP 5.4), but it will not hurt in PHP 7.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7 compatibility’ is closed to new replies.