• Resolved legymnase

    (@legymnase)


    Hello,

    I’m going to switch my PHP server to the version 7, and before doing that I ran this plugin to check for compatibility issues with PHP7 : WP Engine PHP Compatibility Checker

    It said in the results that “AGP Font Awesome Collection” had 2 warnings :
    [ INI directive ‘mbstring.internal_encoding’ is deprecated from PHP 5.6 ]
    in the file “/agp-font-awesome-collection/vendor/oyejorge/less.php/lib/Less/Parser.php”

    and 16 errors in the file “agp-font-awesome-collection/vendor/agp/agp-core/src/classes/Database/MySqlDb.php” :
    [ Extension ‘mysql_’ is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed since PHP 7.0 – use mysqli instead. ]

    Would be awesome if you can correct these ??
    Cheers and thanks for this plugin

    https://www.ads-software.com/plugins/agp-font-awesome-collection/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alexey Golubnichenko

    (@agolubnichenko)

    Hi, legymnase

    As for the first issue.
    You can see in your message, that issue occurs in file “/agp-font-awesome-collection/vendor/oyejorge/less.php/lib/Less/Parser.php”. This is file from third-party library “oyejorge/less.php” (https://github.com/oyejorge/less.php), that uses in the plugin. I can’t change source code of this library, because this changes can be lost after update this library in my plugin.

    As for the second issue.
    The file “agp-font-awesome-collection/vendor/agp/agp-core/src/classes/Database/MySqlDb.php” is a part of my plugin core library (https://github.com/AGolubnichenko/agp-core). This is library uses in my some other projects on PHP below 7 version where “mysql_” is not deprecated yet. So I can’t change or remove this code now. But I want to assure you, that module (MySqlDb.php) is not used within this plugin, so this error is “potential” and will not occur.

    With kind regards,
    Alexey

    Thread Starter legymnase

    (@legymnase)

    ok, thanks for the quick response ??

    Dominique – France

    Plugin Author Alexey Golubnichenko

    (@agolubnichenko)

    Currently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatibility issue with PHP 7’ is closed to new replies.