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

add intl extension to php images #629

Merged
merged 1 commit into from
Dec 7, 2022
Merged

add intl extension to php images #629

merged 1 commit into from
Dec 7, 2022

Conversation

tobybellwood
Copy link
Member

This PR adds the intl extension to the php8-based images (php7.4 is shortly to end support)

Closes #628

@tobybellwood
Copy link
Member Author

confirmed present in images:

~/sites/lagoon-images  $ docker run --rm -it testlagoon/php-8.0-cli:pr-629 php -m | grep intl
intl
~/sites/lagoon-images  $ docker run --rm -it testlagoon/php-8.1-fpm:pr-629 php -m | grep intl
intl

Copy link
Contributor

@bomoko bomoko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

phpinfo is good

intl

Internationalization support => enabled
ICU version => 71.1
ICU Data version => 71.1
ICU Unicode version => 14.0

Directive => Local Value => Master Value
intl.default_locale => no value => no value
intl.error_level => 0 => 0
intl.use_exceptions => Off => Off

Let's merge

@tobybellwood tobybellwood merged commit 1951e0d into main Dec 7, 2022
@tobybellwood tobybellwood deleted the php_intl branch December 7, 2022 23:00
@fruitl00p fruitl00p mentioned this pull request Apr 17, 2024
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.

Request: add php-intl extension to the php images
2 participants