-
-
Notifications
You must be signed in to change notification settings - Fork 381
PHP 7.0 has no intl by default #215
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
Comments
Seems like maybe php 5.6 also doesn't https://github.com/composer/composer/pull/8817/checks?check_run_id=605571293 We're having issues with cancelling builds atm so it's a bit hard to tell which work and don't sorry. |
@Seldaek composer/composer#8821 should fix it for now, after |
@Seldaek Now |
Thanks! |
Describe the bug
As per https://github.com/composer/composer/pull/8803/checks?check_run_id=606395793 it seems that the PHP 7.0 install does not have the intl extension enabled by default, while all other versions do.
To Reproduce
https://github.com/composer/composer/blob/master/.github/workflows/continuous-integration.yml
Expected behavior
intl should be present on all versions by default
P.S. Thanks for the great work on this, it seems like a very complete way to install all things PHP!
The text was updated successfully, but these errors were encountered: