Skip to content

Commit

Permalink
MDL-23899 PHP Intl extension is recommended in 2.0 now because we use…
Browse files Browse the repository at this point in the history
… it for asort in textlib
  • Loading branch information
skodak committed Sep 5, 2010
1 parent 0724fdf commit 7c48c3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/environment.xml
Expand Up @@ -295,6 +295,11 @@
</PHP_EXTENSION>
<PHP_EXTENSION name="xml" level="required">
</PHP_EXTENSION>
<PHP_EXTENSION name="intl" level="optional">
<FEEDBACK>
<ON_CHECK message="intlrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
</PHP_EXTENSIONS>
<PHP_SETTINGS>
<PHP_SETTING name="memory_limit" value="40M" level="required">
Expand Down
1 change: 1 addition & 0 deletions lang/en_utf8/admin.php
Expand Up @@ -450,6 +450,7 @@
$string['install'] = 'Install selected language pack';
$string['installedlangs'] = 'Installed language packs';
$string['intcachemax'] = 'Int. cache max';
$string['intlrecommended'] = 'Intl extension is used to improve internationalization support, such as locale aware sorting.';
$string['invalidsection'] = 'Invalid section.';
$string['invaliduserchangeme'] = 'Username \"changeme\" is reserved -- you cannot create an account with it.';
$string['iplookup'] = 'IP address lookup';
Expand Down

0 comments on commit 7c48c3c

Please sign in to comment.