PHP-Warnings
-
Hi,
as i run my monthly php compatibility check i see this errors in the AO section:
FILE: /is/htdocs/…/www/…/wp-content/plugins/autoptimize/classes/external/php/jsmin.php
—————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————-
109 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
—————————————————————————————————————-FILE: /is/htdocs/…/www/…/wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSCore.php
————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————
17 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$_option}
————————————————————————————————————————FILE: /is/htdocs/…/www/…/wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSCron.php
————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————
17 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$_option}
————————————————————————————————————————FILE: /is/htdocs/…/www/…/wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSEnqueue.php
—————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————
16 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$_option}
—————————————————————————————————————————FILE: /is/htdocs/…/www/…/wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSSettingsAjax.php
——————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————–
16 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$_option}
——————————————————————————————————————————–FILE: /is/htdocs/…/www/…/wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSSettings.php
—————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————-
106 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$_option}
—————————————————————————————————————————-My server runs with PHP 7.3.18, but because of problems with php compatibility check in PHP-7.3-mode i check only for errors with PHP 7.2 and lower.
- You must be logged in to reply to this topic.