PHP 7.2 Compatibility
-
I scaned the plugin compatibility with PHP 7.2 and I got a result that I added below. Please, could you prepare the code for PHP 7.2. Thank You!
Nextend Social Login – Errors: 6
FILE: /nas/content/live/zliencommunity/wp-content/plugins/nextend-facebook-connect/providers/facebook/compat/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php
————
FOUND 3 ERRORS AFFECTING 1 LINE
————
53 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
53 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
53 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
————
FILE: /nas/content/live/zliencommunity/wp-content/plugins/nextend-facebook-connect/includes/oauth2.php
————
FOUND 3 ERRORS AFFECTING 1 LINE
————
219 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
219 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
219 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
The topic ‘PHP 7.2 Compatibility’ is closed to new replies.