PHP 7 Support
-
Is this plugin PHP 7 compatible? Wondering because I tested with WPEngine’s PHP Compatibility Checker plugin and got the following errors:
FILE: /var/www/html/wp-content/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 | The use of function eregi is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_match instead
—————————————————————————————————————————————FILE: /var/www/html/wp-content/plugins/gravity-forms-constant-contact/constantcontact.php
—————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————–
1295 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
—————————————————————————————–
- The topic ‘PHP 7 Support’ is closed to new replies.