• Hi, we’re preparing to update to PHP 7, and I’m running preliminary checks of our code using the PHP Compatibility Checker plugin. Database Browser is throwing a couple of warnings when tested with PHP 7.2. The details are below:

    FILE: [path redacted]/wp-content/plugins/database-browser/pagination.class.php
    ———————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————–
    17 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ———————————————————————–

    FILE: [path redacted]/wp-content/plugins/database-browser/plugin-register.class.php
    ———————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————–
    35 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ———————————————————————–

  • The topic ‘PHP 7 Compatibility Warnings’ is closed to new replies.