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

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

From MoodleDocs
(stub, category)
 
No edit summary
Line 1: Line 1:
To install/enable iconv:
#Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder
#Find the line: <code>;extension=php_iconv.dll</code>
#Remove the <code>;</code> at the beginning of the line
#Restart apache for the change to take effect.
{{stub}}
{{stub}}


[[Category:Environment|PHP]]
[[Category:Environment|PHP]]

Revision as of 13:05, 12 August 2007

To install/enable iconv:

  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.