• PHP Compatibility Checker raised the following warnings. Do you have any plans to deal with them?

    /wp-content/plugins/si-contact-form/includes/class-fscf-action.php
    377 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.

    /wp-content/plugins/si-contact-form/includes/class-fscf-process.php
    1482 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.

    /wp-content/plugins/si-contact-form/includes/class-fscf-display.php
    1964 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.

    FILE: /homepages/23/d290384024/htdocs/wpgeemco/wp-content/plugins/si-contact-form/includes/class-fscf-options.php
    752 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Than you for reporting this. The plugin developer will investigate further your findings.

    Regards

    This plugin is compatible with PHP 5.3, 5.4, and PHP 7

    That said, I had used a ini_get booleen test to check if safe_mode may be on or off for backwards compatible code. So the plugin will run fine on all those versions.

    PHP Compatibility checker does not check code during run time, and is prone to these type of false positives. They say so on their plugin page “This plugin cannot detect unused code-paths that might be used for backwards compatibility, and thus might show false positives.”
    So that was a false positive.

    I will take out that code anyway because if someone has safe_mode on, the really do deserve errors.

    Thread Starter geemco

    (@geemco)

    Thanks, Mike, for the clarification.

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