Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: admin/environment/php extension/iconv.

admin/environment/php extension/iconv: Difference between revisions

From MoodleDocs
(corrected scope of instructions)
(removed false impression that enabling effects installation)
Line 1: Line 1:
To install/enable iconv in Windows package installations of Moodle:  
To enable iconv in Windows package installations of Moodle:  


#Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder
#Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder

Revision as of 01:45, 26 November 2007

To enable iconv in Windows package installations of Moodle:

  1. Open the php.ini file found in the moodle/apache/bin folder
  2. Find the line: ;extension=php_iconv.dll
  3. Remove the ; at the beginning of the line
  4. Restart apache for the change to take effect.

This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations.