Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Rewrite Intl introduction#12174
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedAug 15, 2019
@ro0NL could you please verify this? Thank you Also this must go into |
ro0NL commentedAug 15, 2019
i tend to agreeAccessing ICU Data is the first concern of the Intl component, today. Or put different the idea of stubbing is you dont actually notice it's stubbed, so it seems less important It was much worse before though :)#11590 |
58ea524 to83aa6f7CompareOskarStark commentedAug 15, 2019
Thank you Terje. |
This PR was merged into the 4.3 branch.Discussion----------Rewrite Intl introductionWhen I first looked at the documentation for the Intl component, I thought I was looking at the wrong place. I got the first impression that this was only about a PHP replacement layer for the C intl extension, and that was not what I was looking for.This PR is about replacing the introduction paragraph at the top to make it clear that this component may be useful to you even if you do not need the replacement layer and have the PHP intl extension installed.Commits-------83aa6f7 Rewrite Intl introduction
Uh oh!
There was an error while loading.Please reload this page.
When I first looked at the documentation for the Intl component, I thought I was looking at the wrong place. I got the first impression that this was only about a PHP replacement layer for the C intl extension, and that was not what I was looking for.
This PR is about replacing the introduction paragraph at the top to make it clear that this component may be useful to you even if you do not need the replacement layer and have the PHP intl extension installed.