• Resolved Cory

    (@corypina)


    I’ve been running some tests on our various plugins for PHP 7 Compatibility.

    Received these warnings regarding Postie:

    
    FILE: /www/wp-content/plugins/postie/lib/fEmail.php
    -----------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    -----------------------------------------------------------------------------------------------------------
      216 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
      218 | WARNING | INI directive 'safe_mode_exec_dir' is deprecated since PHP 5.3 and removed since PHP 5.4
      279 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
     1435 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
    -----------------------------------------------------------------------------------------------------------
    

    Anything to be concerned about?

    • This topic was modified 8 years, 7 months ago by Cory.
    • This topic was modified 8 years, 7 months ago by Cory.
Viewing 1 replies (of 1 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    safe_mode and safe_mode_exec_dir are both valid for PHP 5.2 which is the minimum supported version for WordPress.

    In particular Postie is looking to see if safe_mode is set in case it has to do something special.

Viewing 1 replies (of 1 total)

The topic ‘PHP 7 Warnings’ is closed to new replies.