Skip to content

Infinite scroll added checks to validate input #64783

Infinite scroll added checks to validate input

Infinite scroll added checks to validate input #64783

Triggered via pull request October 7, 2024 16:15
Status Failure
Total duration 1m 52s
Artifacts

phpcompatibility-dev.yml

on: pull_request
detect changed files
3s
detect changed files
dev branch for PHP 8.0
1m 31s
dev branch for PHP 8.0
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
dev branch for PHP 8.0
Process completed with exit code 1.
dev branch for PHP 8.0: projects/plugins/crm/includes/ZeroBSCRM.CSVImporter.php#L256
The $escape parameter must be passed when calling fgetcsv() as its default value will change in a future PHP version. (PHPCompatibility.ParameterValues.RemovedProprietaryCSVEscaping.DeprecatedParamNotPassed)
dev branch for PHP 8.0: projects/plugins/crm/includes/ZeroBSCRM.DAL3.Export.php#L291
The $escape parameter must be passed when calling fputcsv() as its default value will change in a future PHP version. (PHPCompatibility.ParameterValues.RemovedProprietaryCSVEscaping.DeprecatedParamNotPassed)
dev branch for PHP 8.0: projects/plugins/crm/includes/ZeroBSCRM.DAL3.Export.php#L424
The $escape parameter must be passed when calling fputcsv() as its default value will change in a future PHP version. (PHPCompatibility.ParameterValues.RemovedProprietaryCSVEscaping.DeprecatedParamNotPassed)
dev branch for PHP 8.0: projects/plugins/jetpack/modules/stats.php#L1670
The $escape parameter must be passed when calling str_getcsv() as its default value will change in a future PHP version. (PHPCompatibility.ParameterValues.RemovedProprietaryCSVEscaping.DeprecatedParamNotPassed)
dev branch for PHP 8.0: projects/packages/forms/src/contact-form/class-contact-form-plugin.php#L1804
The $escape parameter must be passed when calling fputcsv() as its default value will change in a future PHP version. (PHPCompatibility.ParameterValues.RemovedProprietaryCSVEscaping.DeprecatedParamNotPassed)
dev branch for PHP 8.0: projects/packages/forms/src/contact-form/class-contact-form-plugin.php#L1823
The $escape parameter must be passed when calling fputcsv() as its default value will change in a future PHP version. (PHPCompatibility.ParameterValues.RemovedProprietaryCSVEscaping.DeprecatedParamNotPassed)