PHP 8 compatibility errors
-
PHP 8 compatibility scan produced the following errors, are these material to functioning of the plugin?
File Line Column Type Message Source Severity Fixable
/usr/www/users/xxx/wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php 40 12 error Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter \$string\” was changed on line 36.” PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.Changed 5 0/usr/www/users/xxx/wp-content/plugins/updraftplus/vendor/aws/aws-crt-php/src/AWS/CRT/NativeResource.php 40 48 error \$this\” can no longer be unset since PHP 7.1.” PHPCompatibility.Variables.ForbiddenThisUseContexts.Unset 5 0
- The topic ‘PHP 8 compatibility errors’ is closed to new replies.