PHP 7.2 Compatibility
-
I have just run the PHP Compatibility Checker by WP-Engine and found that this plugin has a few problems. Is there any expectation for when this will be compatible with PHP 7.2?
Here are the errors:
FILE: /plugins/gravity-forms-constant-contact/api/cc_class.php
—————————————————————————————————————
FOUND 2 ERRORS AFFECTING 1 LINE
—————————————————————————————————————
82 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0; Use pcre instead
82 | ERROR | Function eregi() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_match() instead
—————————————————————————————————————FILE: /plugins/gravity-forms-constant-contact/constantcontact.php
————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————
1267 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
————————————————————————————————————
- The topic ‘PHP 7.2 Compatibility’ is closed to new replies.