• Resolved Malae

    (@malae)


    Please be advised of the following errors in PHP 7.0:

    FILE: /wp-content/plugins/health-check/includes/class-health-check-debug-data.php
    -------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    -------------------------------------------------------------------------------------------------------------
     431 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
     440 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    -------------------------------------------------------------------------------------------------------------
    
    FILE: /wp-content/plugins/health-check/pages/health-check.php
    ------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ------------------------------------------------------------------------------------------------------------
      24 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
     212 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ------------------------------------------------------------------------------------------------------------
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marius L. J.

    (@clorith)

    Hi there,

    Thank you for the concern, but the plugin is fully compatible with PHP7, the lines you are referring to is backwards compatible code and is only triggered if MySQLi isn’t available.

    Thread Starter Malae

    (@malae)

    Hi Marius,

    Thanks for the explanation.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors in PHP 7.0’ is closed to new replies.