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

Ensure charset in tests #17513

Merged
merged 1 commit into from
Jan 19, 2025

Conversation

kamil-tekiela
Copy link
Member

The utf8mb3 charset is a total mess. In the past, it was an alias for utf8. Now, it's the other way around utf8 is an alias for utf8mb3. PHP for the moment still reports utf8 and so our test will report a mismatch if the default charset is utf8mb3. We can avoid it by setting a different charset that doesn't have this problem.

Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

MSTM

@kamil-tekiela kamil-tekiela merged commit 6919b95 into php:master Jan 19, 2025
10 checks passed
@kamil-tekiela kamil-tekiela deleted the Ensure-the-charset-in-tests branch January 19, 2025 17:54
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