PHP 7 Compatibility
-
Is it the plugin compatibility with php 7.3?
PHP Compatibility Checker plugin gives me this error:FILE: ……./wp-content/plugins/quiz-tool-lite/scripts/utils.php
————————————————————————————————————————–
FOUND 4 ERRORS AFFECTING 2 LINES
————————————————————————————————————————–
114 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0; Use pcre instead
114 | ERROR | Function eregi_replace() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_replace() instead
115 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0; Use pcre instead
115 | ERROR | Function eregi_replace() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_replace() instead
————————————————————————————————————————–I have to upgrade my php version
- The topic ‘PHP 7 Compatibility’ is closed to new replies.