• Hi,

    Since support for PHP 7.1 ended last month, my host is upgrading PHP version to 7.3.

    I’ve done a PHP compatibility check for my website, and it showed me that Cloudflare plugin isn’t fully compatible with PHP 7.3.

    Here is the report:
    FILE: /home/customer/www/tadawoul.com/public_html/wp-content/plugins/cloudflare/vendor/cloudflare/cloudflare-plugin-backend/src/SecurityUtil.php
    ——————————————————————————————————————————————————
    FOUND 2 ERRORS AFFECTING 1 LINE
    ——————————————————————————————————————————————————
    16 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
    16 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
    ——————————————————————————————————————————————————

    FILE: /home/customer/www/tadawoul.com/public_html/wp-content/plugins/cloudflare/vendor/symfony/yaml/Inline.php
    ————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————–
    55 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ————————————————————————————————————–

    FILE: /home/customer/www/tadawoul.com/public_html/wp-content/plugins/cloudflare/vendor/symfony/yaml/Parser.php
    ————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————–
    76 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ————————————————————————————————————–

    I have the latest Cloudflare version 3.4.1, my question and request is when will you please make Authority fully compatible with PHP 7.3?

The topic ‘PHP 7.3 compatibility’ is closed to new replies.