Skip to content

Commit c6db525

Browse files
committed
feature #5010 Added a note about the Symfony versions affected by ICU problems (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- Added a note about the Symfony versions affected by ICU problems | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | #4288 At first I thought about a complete rewording/simplification of this explanation, as suggested by Ryan in #4288. But then I realized that the original explanation is great and I thought that maybe we should just mention at the beginning the list of Symfony versions affected by this problem. Let me know what you think. Commits ------- 8c0de1b Minow grammar fix 44f4da0 Added a note about the Symfony versions affected by ICU problems
2 parents 45aff1d + 8c0de1b commit c6db525

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/intl.rst

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ code::
6262

6363
.. sidebar:: ICU and Deployment Problems
6464

65+
.. note::
66+
67+
These deployment problems only affect the following Symfony versions:
68+
2.3.0 to 2.3.20 versions, any 2.4.x version and 2.5.0 to 2.5.5 versions.
69+
6570
The intl extension internally uses the `ICU library`_ to obtain localization
6671
data such as number formats in different languages, country names and more.
6772
To make this data accessible to userland PHP libraries, Symfony ships a copy

0 commit comments

Comments
 (0)