• Resolved geemco

    (@geemco)


    php compatibility checker raise the following warnings. Do you have any plans to deal with that?

    /wp-content/plugins/two-factor-authentication/includes/class.TFA.php
    482 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    482 | WARNING | Function mcrypt_get_iv_size() is deprecated since PHP 7.1; use OpenSSL instead
    491 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    491 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
    503 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    503 | WARNING | Function mcrypt_encrypt() is deprecated since PHP 7.1; use OpenSSL instead
    511 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    511 | WARNING | Function mcrypt_decrypt() is deprecated since PHP 7.1; use OpenSSL instead

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Hi,

    The output of a compatibility checker of this sort is not useful; it’s detecting code that will not run if you have the mentioned modules installed. i.e. Compatibility checkers aren’t able to work out intelligently which branches will be followed. This particular issue was covered by a release in March 2016.

    David

    Thread Starter geemco

    (@geemco)

    Thanks, David, for the clarification.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php 7.1 compatibility’ is closed to new replies.