PHP 7.2 compatibility
-
Hi, we would like to ask if plugin is compatible with PHP 7.2, as we where testing it with PHP Compatibility checker and got this errors:
FILE: /home/xxxxxxxxxx/public_html/wp-content/plugins/accesspress-facebook-auto-post/api/facebook-mobile/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php
—————————————————————————————
FOUND 3 ERRORS AFFECTING 1 LINE
—————————————————————————————
57 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
57 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
57 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2We are migrating to a server that has only PHP 7.1 and 7.2, as other versions are being depreciated.
Thanks for any feedback 😉
The topic ‘PHP 7.2 compatibility’ is closed to new replies.