<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Admin%2Fenvironment%2Fphp_extension%2Fintl</id>
	<title>Admin/environment/php extension/intl - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Admin%2Fenvironment%2Fphp_extension%2Fintl"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Admin/environment/php_extension/intl&amp;action=history"/>
	<updated>2026-05-06T19:44:12Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Admin/environment/php_extension/intl&amp;diff=6683&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Admin/environment/php_extension/intl&amp;diff=6683&amp;oldid=prev"/>
		<updated>2024-10-18T06:47:45Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:47, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Admin/environment/php_extension/intl&amp;diff=6682&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* MS Windows */clean up, typos fixed: the the → the</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Admin/environment/php_extension/intl&amp;diff=6682&amp;oldid=prev"/>
		<updated>2021-12-09T16:36:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;MS Windows: &lt;/span&gt;clean up, typos fixed: the the → the&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&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;
The Intl extension is required in Moodle 3.4 onwards.&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 &amp;#039;&amp;#039;intl.default_locale&amp;#039;&amp;#039; and &amp;#039;&amp;#039;intl.error_level&amp;#039;&amp;#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 &amp;#039;&amp;#039;intl.error_level&amp;#039;&amp;#039; directive is optional.&lt;br /&gt;
&lt;br /&gt;
In a WAMP installation it may be required to add the php path to 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;
===Problems in Windows 11 VirtualBox virtual machines===&lt;br /&gt;
If you had the &amp;#039;&amp;#039;msvcp110.dll missing file error&amp;#039;&amp;#039;, you added that file and then you got the &amp;#039;&amp;#039;intl missing error&amp;#039;&amp;#039; which can not be solved by doing the above instructions, you need to go to http://www.microsoft.com/es-es/download/confirmation.aspx?id=30679 and install the vcredist_x64.exe and vcredist_x86.exe, as described in https://stackoverflow.com/a/18876880&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: &amp;#039;&amp;#039;&amp;#039;apt-get install php-intl&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
*CentOS 8.0 (&amp;amp; Red Hat) use: &amp;#039;&amp;#039;&amp;#039;dnf install php-intl&amp;#039;&amp;#039;&amp;#039;. CentOS 7.0 (&amp;amp; RedHat) use: &amp;#039;&amp;#039;&amp;#039;yum install php-intl&amp;#039;&amp;#039;&amp;#039;. The package name may be slightly different depending on the repository used for PHP packages, e.g. &amp;#039;&amp;#039;&amp;#039;php74-intl&amp;#039;&amp;#039;&amp;#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;br /&gt;
[[es:admin/environment/php extension/intl]]&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>