Replies: 0
On a site I ran a compatibility checker because there are some other elements of the site that are wanting me to upgrade the PHP to 7.1 —
but I ran into an issue for your plugin — here are the issues that the compatibility checker showed — (currently have version 1.2.5 installed)
Are you aware of these concerns and will there be an update to the plugin soon to handle them?
Thanks in advance
FILE: /home/jburnis/public_html/wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
———————————————————————————————————————————
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
———————————————————————————————————————————
65 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
65 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
104 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
104 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
———————————————————————————————————————————