Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Bmuzammil

    (@bmuzammil)

    PHP Compatibility Checker Plugin WordPress
    FILE: wp-content/plugins/swift-performance-lite/performance.php
    ————————————————————————————————————-
    FOUND 4 ERRORS AFFECTING 4 LINES
    ————————————————————————————————————-
    607 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    733 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    2055 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    2075 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ————————————————————————————————————-

    Plugin Contributor Fred

    (@fredawd)

    Swift is fully compatible with PHP 7.X
    The mysql is false positive, we are using an own function for some queries: Swift_Performance::mysql_query

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please add support for PHP 7.2 and higher’ is closed to new replies.