• Resolved boudewijnvanlangerak

    (@boudewijnvanlangerak)


    Hi,

    I am looking into using php 7 for my sites.
    I am using your plugin it is great!! Thanks for that.
    I have checked the compatibility with “PHP Compatibility Checker” and got the following error:

    
    FILE: /var/www/clients/client29023/web38436/web/wp-content/plugins/my-wp-health-check/php/class-wphc-checks.php
    ---------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ---------------------------------------------------------------------------------------------------------------
     443 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ---------------------------------------------------------------------------------------------------------------
    

    Are there any plan on fixing this in the near future?

    Greetings,

    Boudewijn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frank Corso

    (@fpcorso)

    Hey @boudewijnvanlangerak

    Thanks for using this plugin! This plugin is fully compatible with all versions of PHP from 5.2 to 7.3. In fact, I use this plugin on our own sites that are running 7.1 and 7.2.

    Since this plugin has checks for older versions of MySQL and PHP, it has some functions that were used on those versions that are now deprecated or removed in newer versions. However, those functions are only run if the site is using those older versions.

    Let me know if that makes sense!

    Thread Starter boudewijnvanlangerak

    (@boudewijnvanlangerak)

    Hi Frank,

    Thanks for the quick response.
    Totaly makes sense!! great work.
    Should have thought of that myself and could have checked it.
    Checker gives a false positive.

    Keep up the good work.

    Cheers,

    Boudewijn

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 7.x support’ is closed to new replies.