From 44f4da082ce71527c1acbcce46b9ec779c07d87d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 18 Feb 2015 17:55:41 +0100 Subject: [PATCH 1/2] Added a note about the Symfony versions affected by ICU problems --- components/intl.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/intl.rst b/components/intl.rst index 90ac1808f13..bcecb379196 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -62,6 +62,11 @@ code:: .. sidebar:: ICU and Deployment Problems + .. note:: + + These deployment problems only affect to the following Symfony versions: + 2.3.0 to 2.3.20 versions, any 2.4.x version and 2.5.0 to 2.5.5 versions. + The intl extension internally uses the `ICU library`_ to obtain localization data such as number formats in different languages, country names and more. To make this data accessible to userland PHP libraries, Symfony ships a copy From 8c0de1bc10e13276dc504cf63bf5592176d76f0e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 18 Feb 2015 18:04:05 +0100 Subject: [PATCH 2/2] Minow grammar fix --- components/intl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/intl.rst b/components/intl.rst index bcecb379196..eb10a717e9a 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -64,7 +64,7 @@ code:: .. note:: - These deployment problems only affect to the following Symfony versions: + These deployment problems only affect the following Symfony versions: 2.3.0 to 2.3.20 versions, any 2.4.x version and 2.5.0 to 2.5.5 versions. The intl extension internally uses the `ICU library`_ to obtain localization