• My site needs to update the php and before doing that I checked the plugin PHP Compatibility Checker, the cloudflare plugin is the only one that has the latest php version errors, follows the error:

    ARCHIVE: /cloudflare/cloudflare-plugin-backend/src/SecurityUtil.php
    ————————————————– ————————————————– ————————————————–
    2 ERRORS FOUND 1 LINE FOUND
    ————————————————– ————————————————– ————————————————–
    16 ERROR The mcrypt_create_iv () function has been deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes () or OpenSSL
    16 ERROR The ‘mcrypt’ extension has been deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl / mcrypt once available
    ————————————————– ————————————————– ————————————————–

    ARCHIVE: /cloudflare/vendor/symfony/yaml/Parser.php
    ————————————————– ————————————————– ———-
    0 ERRORS AND 1 WARNING FOUND 1 LINE FOUND
    ————————————————– ————————————————– ———-
    72 ATTENTION The INI directive ‘mbstring.func_overload’ has been deprecated since PHP 7.2
    ————————————————– ————————————————– ———-

    ARCHIVE: /cloudflare/vendor/symfony/yaml/Inline.php
    ————————————————– ————————————————– ———-
    0 ERRORS AND 1 WARNING FOUND 1 LINE FOUND
    ————————————————– ————————————————– ———-
    55 ATTENTION The INI directive ‘mbstring.func_overload’ has been deprecated since PHP 7.2
    ————————————————– ————————————————– ———-
    How to solve this case?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Incompatible with most current php’ is closed to new replies.