Replies: 0
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!