php 7.2 compatibility
-
Hi there,
we are having one of our websites hosted on WPEngine. And I WPEngine is going to make php 7.2 for everyone hosted there.This plugin is not compatible to php 7.2.
FILE: /nas/content/live/protrain/wp-content/plugins/pricing-table-by-supsystic/classes/helpers/recaptchalib.php
—————————————————————————————FOUND 4 ERRORS AFFECTING 3 LINES
—————————————————————
239 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
240 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
242 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
242 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
—————————————————————————————These are certain methods which are deprecated from 7.1 and removed in 7.2.
Are you going to provide support for this before 14th, if not, can you please help up to make this work else we will need to change plugin.
Thank you in advance
- The topic ‘php 7.2 compatibility’ is closed to new replies.