• Resolved RafaelDeJongh

    (@rafaeldejongh)


    With trying to make the jump to PHP7 I noticed that BulletProof Security has some warnings when running it through the WP-Engine PHP7 Compatibility Checker, which are the following:

    FILE: wp-content/plugins/bulletproof-security/includes/hud-dismiss-functions.php
    -----------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    -----------------------------------------------------------------------------------------------------------------------------
     54 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4.
    -----------------------------------------------------------------------------------------------------------------------------
    
    FILE: wp-content/plugins/bulletproof-security/admin/system-info/system-info.php
    ----------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ----------------------------------------------------------------------------------------------------------------------------
     671 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4.
     719 | WARNING | INI directive 'register_globals' is deprecated since PHP 5.3 and removed since PHP 5.4.
     746 | WARNING | INI directive 'magic_quotes_gpc' is deprecated since PHP 5.3 and removed since PHP 5.4.
    ----------------------------------------------------------------------------------------------------------------------------

    Should I be concerned about these when I switch over to PHP7 in terms of the actual plugin still functioning properly?

    Thanks for further information in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AITpro

    (@aitpro)

    You can disregard the warnings. BPS works fine with PHP7. We have a scheduled task to take care of some of the warnings so that the WP-Engine PHP7 Compatibility Checker will not display a warning. For other warnings there is nothing that can be done because the PHP7 Compatibility Checker warnings themselves are not valid/accurate.

    Thread Starter RafaelDeJongh

    (@rafaeldejongh)

    Thanks for the quick reply! It’s good to know that it works fine with PHP7! There are only a few plugins that have warnings/errors so if all of those are good to go with PHP7 then I’m sure going to make the switch!

    Thanks for the support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 7.0 compatible.’ is closed to new replies.