From 64563618782cc8a7b424813dbcc9a35ef28a53d5 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Mon, 6 Aug 2012 00:04:41 -0300 Subject: [PATCH] [Locale] added note about ICU data building: use the same PHP intl/ICU version as the desired version to build --- src/Symfony/Component/Locale/Resources/data/UPDATE.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Component/Locale/Resources/data/UPDATE.txt b/src/Symfony/Component/Locale/Resources/data/UPDATE.txt index 8d1d6c22ee..a3106637a9 100644 --- a/src/Symfony/Component/Locale/Resources/data/UPDATE.txt +++ b/src/Symfony/Component/Locale/Resources/data/UPDATE.txt @@ -18,7 +18,9 @@ a newer version, just update the SVN URL for the desired release URL. For each major ICU release, try to use the latest release tag available. The script requires `svn` (used to download the ICU data) and the `genrb` and -`icu-config` ICU binaries. +`icu-config` ICU binaries. The PHP needs the extensions iconv and intl enabled. +It is recommended to use a PHP with the same intl/ICU version as the target +ICU version to build the data. .dat-package ------------