PHP 7.3
-
Could you please fix these issues for use your plugin under PHP 7.3:
FILE: /homepages/17/xxxxxx/htdocs/homepage/wp-content/plugins/wd-facebook-feed/framework/facebook-sdk/src/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php
——————————————————————————————————————————————————————————-
FOUND 3 ERRORS AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
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 | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
57 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
——————————————————————————————————————————————————————————-
- The topic ‘PHP 7.3’ is closed to new replies.