EME not compatible with PHP 7
-
I’m using EME plugin on a Siteground hosted site. Siteground’s PHP Config tool tells me the plugin is incompatible with PHP 7.0 and shows this error…
FILE: …/wp-content/plugins/events-made-easy/payment_gateways/webmoney/webmoney.inc.php
——————————————————————–FOUND 2 ERRORS AFFECTING 1 LINE
——————————————————————–
64 | ERROR | Function ereg() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_match instead
64 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.This is line 64 of webmoney.inc.php…
if (!ereg('^[ZREUD][0-9]{12}$', $tmp))Do EME developers plan to fix this issue anytime soon?
The topic ‘EME not compatible with PHP 7’ is closed to new replies.