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

Update test suite to remove deprecated utf8_decode() in preparation for PHP 8.2 #62

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

SimonFrings
Copy link
Contributor

The two methods utf8_encode() and utf8_decode() will be marked as deprecated in PHP 8.2, will raise a standard E_DEPRECATED diagnostic, and will be removed in PHP 9. The tests now use the string that would ultimately come from utf8_decode(), I don't expect that to change in the future due to the standardization of UTF8 and ISO 8859-1 (Latin-1).

@clue clue changed the title Remove deprecated utf8_decode() in preparation for PHP 8.2 Update test suite to remove deprecated utf8_decode() in preparation for PHP 8.2 Jul 21, 2022
@clue clue added this to the v1.6.0 milestone Jul 21, 2022
Copy link
Owner

@clue clue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SimonFrings Thank you for looking into this, changes LGTM! :shipit:

@clue clue merged commit 18cfe26 into clue:1.x Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants