upgrading php 7 errors
-
I would really like to upgrade to php 7, but I’m getting these error when checking with PHP Compatibility Checker:
FILE: /wp-content/plugins/download-manager/libs/class.Pagination.php
————————–
FOUND 2 ERRORS AFFECTING 1 LINE
————————-
136 | ERROR | Function eregi() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_match instead
136 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.
————————-
FILE: /wp-content/plugins/download-manager/admin/libs/dir-browser/resources/DirectoryLister.php
————————-
FOUND 2 ERRORS AFFECTING 2 LINES
————————-
37 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘__dir__’ (since PHP version 5.3)
38 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘__dir__’ (since PHP version 5.3)
- The topic ‘upgrading php 7 errors’ is closed to new replies.