• Hi,

    just ran https://github.com/PHPCompatibility/PHPCompatibility for plugin/bulletproof-security and got:

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/admin/login/lsm-export.php
    ——————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————-
    80 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ——————————————————————————————-

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/admin/wizard/wizard-backup.php
    ———————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————–
    103 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ———————————————————————————————–

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/admin/system-info/system-info.php
    ——————————————————————————————————–
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ——————————————————————————————————–
    767 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    815 | WARNING | INI directive ‘register_globals’ is deprecated since PHP 5.3 and removed since PHP 5.4
    842 | WARNING | INI directive ‘magic_quotes_gpc’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ——————————————————————————————————–

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/admin/core/core-export-import.php
    ————————————————————————————————–
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ————————————————————————————————–
    32 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    180 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ————————————————————————————————–

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/admin/mod-test/index.php
    ——————————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————————————
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags
    | | but PHP does not allow them.
    ——————————————————————————————————————————————————

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/includes/mscan-ajax-functions.php
    ————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————–
    644 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ————————————————————————————————–

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/includes/db-security.php
    —————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————–
    307 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    —————————————————————————————–

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/includes/hud-dismiss-functions.php
    —————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————
    53 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    —————————————————————————————————

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/includes/zip-email-cron-functions.php
    ——————————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ——————————————————————————————————
    322 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    361 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    400 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ——————————————————————————————————

    This should be fixed.

    Best regards!

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

    (@aitpro)

    We will see what needs to be changed for some of these PHP7.2 error checks. You can ignore these error checks below since the GitHub Compatibility script is seeing BPS compatibility code that checks these things below also. In other words, the GitHub script is error checking BPS error checking code. ??

    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/admin/system-info/system-info.php
    ——————————————————————————————————–
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ——————————————————————————————————–
    767 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    815 | WARNING | INI directive ‘register_globals’ is deprecated since PHP 5.3 and removed since PHP 5.4
    842 | WARNING | INI directive ‘magic_quotes_gpc’ is deprecated since PHP 5.3 and removed since PHP 5.4
    
    FILE: /var/www/wordpress/wp-content/plugins/bulletproof-security/includes/hud-dismiss-functions.php
    —————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————
    53 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    Thread Starter Dr. Ronny Harbich

    (@raubvogel)

    Okay, thanks! ??

    Plugin Author AITpro

    (@aitpro)

    Oops totally forgot to get back to you on this issue. I’m going to create a new forum topic on our forum site that explains everything in specific detail and then post the link to that forum topic here when that is completed. All of the PHP 7.2 error checks can be ignored. I will explain why in the new forum topic that I will be creating shortly. I think it is better to create that new forum topic on our forum site instead of in the BPS plugin support area because I expect that this same question will be asked repeatedly for several years to come. I can then just post a link to that new forum topic I will be creating instead of explaining things repeatedly. ??

    • This reply was modified 6 years ago by AITpro.
    Plugin Author AITpro

    (@aitpro)

    the new PHP 7.2 compatibility forum topic has been created here > https://forum.ait-pro.com/forums/topic/php-7-2-compatibility/#post-37003

    Plugin Author AITpro

    (@aitpro)

    Non-issue – Marking this thread as resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP 7.2+ Support’ is closed to new replies.