PHP7 Compatibility – possible issues to be fixed
-
A check for compatibility with PHP 7.0 using the “PHP Compatibility Checker” plugin,
reports the following errors and warnings.FILE: /home/sitename/public_html/wp-content/plugins/category-posts-in-custom-menu/cpcm-functions52.php
——————————————————————————————————
FOUND 4 ERRORS AFFECTING 4 LINES
——————————————————————————————————
26 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
31 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
38 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
43 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
——————————————————————————————————
- The topic ‘PHP7 Compatibility – possible issues to be fixed’ is closed to new replies.