PHP 7 Compatibility
-
I get the following errors when trying to validate for PHP 7.
FILE: ../plugins/quiz-master-next/php/fpdf/fpdf.php
————————————————————————————————————-
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
————————————————————————————————————-
76 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
1055 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
————————————————————————————————————-
The topic ‘PHP 7 Compatibility’ is closed to new replies.