Skip to content

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

Closed
Seldaek opened this issue Apr 22, 2020 · 4 comments · Fixed by #219
Closed

PHP 7.0 has no intl by default #215

Seldaek opened this issue Apr 22, 2020 · 4 comments · Fixed by #219
Labels
enhancement New feature or request
Milestone

Comments

@Seldaek
Copy link

Seldaek commented Apr 22, 2020

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!

@Seldaek
Copy link
Author

Seldaek commented Apr 22, 2020

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.

@shivammathur shivammathur added the enhancement New feature or request label Apr 22, 2020
@shivammathur shivammathur added this to the 2.2.0 milestone Apr 22, 2020
@shivammathur
Copy link
Owner

@Seldaek composer/composer#8821 should fix it for now, after 2.2.0 release, intl will be available by default on both 5.6 and 7.0.

@shivammathur shivammathur added the awaiting-release Added/Fixed and tested, awaiting release label May 7, 2020
@shivammathur shivammathur mentioned this issue May 13, 2020
@shivammathur shivammathur removed the awaiting-release Added/Fixed and tested, awaiting release label May 13, 2020
@shivammathur
Copy link
Owner

@Seldaek Now intl will be installed by default with PHP 5.6 and 7.0 in your workflows.

@Seldaek
Copy link
Author

Seldaek commented May 13, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants