PHP 7 Compatibility – preg_replace
-
I receive the following error when trying to validate for PHP 7.
FILE: ../plugins/linkify-text/linkify-text.php
———————————————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
———————————————————————————————————————————-
336 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
377 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
———————————————————————————————————————————-
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 7 Compatibility – preg_replace’ is closed to new replies.