PHP 7.3 Upgrade Compatibility

Hi everyone…

I want to upgrade from PHP 7.0 to 7.3.

I ran the plugin “PHP Compatibility Checker” and only cloudflare had issues out of my installed plugins.

2 Errors and 2 Warnings were thrown up. Please can someone assist and let me know if these are “real problems”.

Thanks… John :slight_smile:

FILE: /home/treehugg/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/treehugg/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/treehugg/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’m running it on a bunch of 7.3 sites and it works. It clears the cache as needed and does HTTP Push.

1 Like

Thanks @sdayman :+1:
Gives me some confidence in hitting update!

2 Likes

This topic was automatically closed after 14 days. New replies are no longer allowed.