<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/26/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zascherl</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/26/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zascherl"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/26/en/Special:Contributions/Zascherl"/>
	<updated>2026-06-03T09:11:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/26/en/index.php?title=admin/environment/php_extension/intl&amp;diff=100747</id>
		<title>admin/environment/php extension/intl</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/26/en/index.php?title=admin/environment/php_extension/intl&amp;diff=100747"/>
		<updated>2012-09-28T22:48:00Z</updated>

		<summary type="html">&lt;p&gt;Zascherl: /* MS Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Environment}}&lt;br /&gt;
The Internationalization extension (Intl) is a wrapper for the ICU library, a set of C/C++ and Java libraries that provide Unicode and Globalization support for software applications. It enables PHP programmers to perform UCA-conformant collation and date/time/number/currency formatting in their scripts.&lt;br /&gt;
&lt;br /&gt;
==MS Windows==&lt;br /&gt;
&lt;br /&gt;
To enable this extension add the following line to your php.ini file usually found in /php:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
extension=php_intl.dll&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And then set the &#039;&#039;intl.default_locale&#039;&#039; and &#039;&#039;intl.error_level&#039;&#039; directives in your php.ini file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
[intl]&lt;br /&gt;
&lt;br /&gt;
intl.default_locale = en_utf8&lt;br /&gt;
&lt;br /&gt;
intl.error_level = E_WARNING&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;intl.error_level&#039;&#039; directive is optional.&lt;br /&gt;
&lt;br /&gt;
In a WAMP installation it may be required to add the php path (e.g. C:\wamp\bin\php\php5.3.13 or C:\wamp\bin\php\php5.4.3) to the the system PATH so that the module4 could uploaded properly (see http://forum.wampserver.com/read.php?2,80704,82499 for a couple of other approaches).&lt;br /&gt;
&lt;br /&gt;
==Other operating systems==&lt;br /&gt;
&lt;br /&gt;
Use system package manager or specify compilation flag.&lt;br /&gt;
&lt;br /&gt;
*Debian 5.0 (&amp;amp; Ubuntu) use: &#039;&#039;&#039;apt-get install php-intl&#039;&#039;&#039; or &#039;&#039;&#039;apt-get install php5-intl&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*CentOS 5.5 (&amp;amp; RedHat) you should (probably) be using [[php 5.3 from remi]] and then use: &#039;&#039;&#039;yum install php-intl&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[http://www.php.net/manual/en/intro.intl.php INTL Introduction]&lt;br /&gt;
*[http://www.php.net/manual/en/book.intl.php PHP Internationalization Functions]&lt;br /&gt;
*[https://docs.moodle.org/en/Table_of_locales Table of locales] lists the locales that you can use.&lt;br /&gt;
&lt;br /&gt;
[[Category:Environment|PHP]]&lt;br /&gt;
&lt;br /&gt;
[[fr:admin/environment/php extension/intl]]&lt;/div&gt;</summary>
		<author><name>Zascherl</name></author>
	</entry>
</feed>