Re: PHP 7.2 Compatibility
-
Hi guys,
While running a test for potential compatibility issues towards PHP 7.2 your plugin shows up with following error note:
…/wp-content/plugins/google-captcha/lib/recaptchalib.php
——————————————————————-
FOUND 4 ERRORS AFFECTING 3 LINES
——————————————————————-
200 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
201 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
203 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
203 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available insteadGuess you may want to address the issues at some stage 🙂
Cheers! Love your work!
The topic ‘Re: PHP 7.2 Compatibility’ is closed to new replies.