Compability with PHP 7.2
-
I checked my site with the plugin PHP Compatibility Checker before updating to PHP 7.3 and it shows me this error message for weforms-plugin:
FOUND 4 ERRORS AFFECTING 3 LINES
——————————————————————————————————————————————————-
229 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
230 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
232 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
232 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL insteadIs this something that could damage my site when updating PHP?
- The topic ‘Compability with PHP 7.2’ is closed to new replies.