• A check for compatibility with PHP 7.0 using the “PHP Compatibility Checker” plugin,
    reports the following errors and warnings.

    FILE: /home/sitename/public_html/wp-content/plugins/ultimate-security-checker/securitycheck.class.php
    —————————————————————————————————————–
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    —————————————————————————————————————–
    855 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
    1150 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————————————–

Viewing 1 replies (of 1 total)
  • Thread Starter MKSnMKS

    (@mksnmks)

    I checked again on Friday 15th September 2017 and found ;

    Name: Ultimate Security Checker

    FILE: /home/markkend/public_html/wp-content/plugins/ultimate-security-checker/securitycheck.class.php
    ——————————————————————————————————————————————————————————
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    ——————————————————————————————————————————————————————————
    509 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
    855 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split instead
    1150 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ——————————————————————————————————————————————————————————

Viewing 1 replies (of 1 total)
  • The topic ‘PHP7 Compatibility – possible issues to be fixed – Ultimate Security Checker’ is closed to new replies.