Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.1.10 compatibility #53

Open
2 tasks
aksm opened this issue Sep 26, 2022 · 0 comments
Open
2 tasks

PHP 8.1.10 compatibility #53

aksm opened this issue Sep 26, 2022 · 0 comments
Labels
esmero-php All that goes into the PHP container
Milestone

Comments

@aksm
Copy link

aksm commented Sep 26, 2022

What?

This is a macro issue for tracking problems related to PHP 8.1.10:

  • Passing null to string type parameter is deprecated:

    Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated in Drupal\format_strawberryfield\Plugin\Field\FieldFormatter\StrawberryWarcFormatter->viewElements() (line 146 of modules/contrib/format_strawberryfield/src/Plugin/Field/FieldFormatter/StrawberryWarcFormatter.php).
    
    Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated in Drupal\format_strawberryfield\Plugin\Field\FieldFormatter\StrawberryWarcFormatter->viewElements() (line 150 of modules/contrib/format_strawberryfield/src/Plugin/Field/FieldFormatter/StrawberryWarcFormatter.php).
    
  • External Drupal bug referenced here:

    Deprecated function: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\Component\Utility\Html::escape() (line 424 of core/lib/Drupal/Component/Utility/Html.php).
    
@aksm aksm added the esmero-php All that goes into the PHP container label Sep 26, 2022
@aksm aksm self-assigned this Sep 26, 2022
@DiegoPino DiegoPino added this to the 1.1.0 milestone Sep 26, 2022
@aksm aksm removed their assignment Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
esmero-php All that goes into the PHP container
Projects
None yet
Development

No branches or pull requests

2 participants