Skip to content

Require iconv for mbstring #508

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

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Require iconv for mbstring #508

merged 1 commit into from
Dec 23, 2024

Conversation

jaapio
Copy link
Contributor

@jaapio jaapio commented Nov 22, 2024

As the mbstring polyfill using the iconv functions a lot, if not in all calls being done, code without iconv using this polyfill will break.

As this repo also provides a polyfill for iconv I don't think this will be a breaking change.

As the mbstring polyfill using the iconv functions a lot, if not in all calls being done, code without iconv using this polyfill will break.

As this repo also provides a polyfill for iconv I don't think this will be a breaking change.
@stof
Copy link
Member

stof commented Nov 22, 2024

the test failure is because one test is comparing the currencies in this polyfill with the ICU data available in symfony/intl, and symfony/intl has recently updated its data to ICU 76.1 which has added new currencies.

@jaapio
Copy link
Contributor Author

jaapio commented Nov 22, 2024

@stof I assume there is no need for me to look into this regarding this PR?

@stof
Copy link
Member

stof commented Nov 22, 2024

@jaapio you indeed don't need to care about the failures in the PHP 7.x jobs here. The jobs for 8.x have additional failures, but I don't think they are related to your change either.

@stof
Copy link
Member

stof commented Dec 23, 2024

Thank you @jaapio.

@stof stof merged commit 9f5b48e into symfony:1.x Dec 23, 2024
0 of 9 checks passed
@jaapio jaapio deleted the patch-1 branch December 23, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants