Hi danbrandy and thank you for this super plugin!
Same topic, my PHP checker is from my hosting SiteGround.
They reports these errors for upgrade to PHP 7.1:
FILE: /home/capacit2/public_html/wp-content/plugins/woocommerce-jetpack/includes/lib/tcpdf/include/tcpdf_static.php
—————————————————————————————
FOUND 2 ERRORS AND 13 WARNINGS AFFECTING 8 LINES
—————————————————————————————
143 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
335 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
453 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
453 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
453 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
453 | WARNING | Function mcrypt_get_iv_size() is deprecated since PHP 7.1; use OpenSSL instead
454 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
454 | WARNING | Function mcrypt_encrypt() is deprecated since PHP 7.1; use OpenSSL instead
475 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
475 | WARNING | Function mcrypt_get_iv_size() is deprecated since PHP 7.1; use OpenSSL instead
476 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
476 | WARNING | Function mcrypt_encrypt() is deprecated since PHP 7.1; use OpenSSL instead
493 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
493 | WARNING | Function mcrypt_encrypt() is deprecated since PHP 7.1; use OpenSSL instead
1934 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
—————————————————————————————
FILE: /home/capacit2/public_html/wp-content/plugins/woocommerce-jetpack/includes/lib/tcpdf/tcpdf.php
—————————————————————————————
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
—————————————————————————————
10870 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
10870 | WARNING | Function mcrypt_get_cipher_name() is deprecated since PHP 7.1; use OpenSSL instead
—————————————————————————————
FILE: /home/capacit2/public_html/wp-content/plugins/woocommerce-jetpack/includes/lib/FPDI/src/PdfParser/Filter/Lzw.php
—————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————
185 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0
—————————————————————————————
What do you think? May I ignore them?
Regards