Errors in PHP 7.0
-
FILE: /wp-content/plugins/dashboard-widgets-suite/inc/settings-callbacks.php
—————————————————————————————————————-
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
—————————————————————————————————————-
143 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
195 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
214 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
235 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
254 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
—————————————————————————————————————-FILE: /wp-content/plugins/dashboard-widgets-suite/widgets/widget-system-info.php
—————————————————————————————————————
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————
1020 | WARNING | INI directive ‘register_globals’ is deprecated since PHP 5.3 and removed since PHP 5.4
1029 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
—————————————————————————————————————Above error and warnings appear in PHP 7.0 and above.
Kindly update and improve.
Humanly Yours,
Kunal Desai
The topic ‘Errors in PHP 7.0’ is closed to new replies.