PHP 8 Issues
-
Just wanted to flag that the plugin has 4 items identified as PHP errors due to removal in PHP 8.
FILE: /var/www/html/public/wp-content/plugins/boxzilla/src/admin/class-autocomplete.php ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 58 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second | | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed) 75 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second | | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed) 92 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second | | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed) 110 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second | | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 8 Issues’ is closed to new replies.