-
-
Notifications
You must be signed in to change notification settings - Fork 68
Add intl extension #278
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 #278
Conversation
Thanks for this. Looks like the resulting image won't increase in size much. However, the way to make this change as per CONTRIBUTING guidelines is to:
|
Actually, the reason I didn't notice the image size change is because build regenerates Docker files, so your changes were not applied. I see you updated them already, let's see how it goes now. |
You'll need to add the ICU library to I think on Debian the package is called |
Yes, I've just seen the final build sizes. What do you think? Too much overhead? |
@dkarlovi suggested to me it's used often enough to warrant the increase in size. Let's get it merged. First, though, I need to make sure the build will still pass after the merge. Seems there are some issues with php-cs-fixer on PHP 8 again. |
@benr77 I had to revert the merge as docker hub builds started to fail with: Debian:
and Alpine:
Can you reopen the PR please? |
What do I do to do that? Push more changes to my branch? |
Try rebasing with latest master maybe. |
Latest version of Rector complains about missing
intl
extension. I would consider it reasonable to add this to the PHP builds.Notice: RectorPrefix20210124\Nette\Utils\Strings::toAscii(): it is recommended to enable PHP extensions 'intl'. in /tools/.composer/vendor-bin/rector/vendor/rector/rector-prefixed/vendor/nette/utils/src/Utils/Strings.php on line 124