admin/environment/php extension/iconv: Difference between revisions
From MoodleDocs
m (French link) |
m (added link to spanish translation of page) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Environment}} | |||
==Windows== | |||
To enable iconv in Windows package installations of Moodle: | To enable iconv in Windows package installations of Moodle: | ||
Line 14: | Line 16: | ||
See http://www.php.net/manual/en/iconv.installation.php for details. | See http://www.php.net/manual/en/iconv.installation.php for details. | ||
This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations. | ==Ubuntu Linux== | ||
If you installed your PHP using the Ubuntu repositories (apt-get), then you should have iconv installed by default. If you compiled PHP from source then you will need to recompile with iconv support. | |||
==Other OS== | |||
''This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations.'' | |||
[[Category:Environment|PHP]] | [[Category:Environment|PHP]] | ||
[[es:admin/environment/php extension/iconv]] | |||
[[fr:admin/environment/php extension/iconv]] | [[fr:admin/environment/php extension/iconv]] |
Latest revision as of 00:55, 5 January 2015
Windows
To enable iconv in Windows package installations of Moodle:
- Open the php.ini file found in the moodle/apache/bin folder
- Find the line:
;extension=php_iconv.dll
- Remove the
;
at the beginning of the line - Restart apache for the change to take effect.
Note: The iconv module is now part of PHP as of PHP version 5 so the php_iconv.dll file is not needed anymore. It is no longer included as an extension in the php.ini-recommended file in the PHP Windows binaries package and you do not need to enable the extension in your php.ini file. In other words, you do not have to enable the extension=php_iconv.dll line in your php.ini file. See http://www.php.net/manual/en/iconv.installation.php for details.
Ubuntu Linux
If you installed your PHP using the Ubuntu repositories (apt-get), then you should have iconv installed by default. If you compiled PHP from source then you will need to recompile with iconv support.
Other OS
This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations.