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

Require iconv for mbstring #508

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from
Open

Require iconv for mbstring #508

wants to merge 1 commit into from

Conversation

jaapio
Copy link

@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
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.

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.

3 participants