php 7.1 compatibility
-
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
- The topic ‘php 7.1 compatibility’ is closed to new replies.