Problems with php 7
-
I get the next errors when using php 7:
download-manager/libs/class.Pagination.php
————————————————————————————————————–
FOUND 2 ERRORS AFFECTING 1 LINE
————————————————————————————————————–
136 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.
136 | ERROR | Function eregi() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_match instead
————————————————————————————————————–
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Problems with php 7’ is closed to new replies.