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 Support for addPreserveText #2239

Merged
merged 2 commits into from
Sep 14, 2022
Merged

PHP 8.1 Support for addPreserveText #2239

merged 2 commits into from
Sep 14, 2022

Commits on Jun 8, 2022

  1. PreserveText preg_split fix

    third parameter must be -1 not null (php 8.1 deprecate warning)
    cscrewsandcaptains committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    fc18246 View commit details
    Browse the repository at this point in the history
  2. XMLWriter ReturnTypeWillChange fix

    add  #[\ReturnTypeWillChange] Attribute to the function writeAttribute (php 8.1 deprecate warning)
    cscrewsandcaptains committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    91416e4 View commit details
    Browse the repository at this point in the history