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.x intl incompatibility: failback C locale with en_US #2044

Merged
merged 2 commits into from
Nov 25, 2023

Conversation

ArthurHoaro
Copy link
Member

PHP 8.2.13 and 8.1.26 introduced another error preventing the CI to pass with default POSIX locale. We now have a wrapper to get the locale and replace C with a valid locale.

@see php/php-src#12561

Fixes #2029

PHP 8.2.13 and 8.1.26 introduced another error preventing the CI to pass
with default POSIX locale. We now have a wrapper to get the locale and
replace C with a valid locale.

@see php/php-src#12561

Fixes shaarli#2029
@ArthurHoaro ArthurHoaro added tools developer tools php compatibility php version support labels Nov 25, 2023
@ArthurHoaro ArthurHoaro added this to the 0.14.0 milestone Nov 25, 2023
@ArthurHoaro ArthurHoaro self-assigned this Nov 25, 2023
@ArthurHoaro ArthurHoaro changed the title PHP 8.x intl incompatiblity: failback C locale with en_US PHP 8.x intl incompatibility: failback C locale with en_US Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
php compatibility php version support tools developer tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: IntlException: datefmt_create: invalid locale: U_ILLEGAL_ARGUMENT_ERROR (PHP 8.2.12)
1 participant