admin/environment/php extension/iconv: Difference between revisions
From MoodleDocs
Matt Molloy (talk | contribs) No edit summary |
Helen Foster (talk | contribs) m (remove stub template) |
||
Line 5: | Line 5: | ||
#Remove the <code>;</code> at the beginning of the line | #Remove the <code>;</code> at the beginning of the line | ||
#Restart apache for the change to take effect. | #Restart apache for the change to take effect. | ||
[[Category:Environment|PHP]] | [[Category:Environment|PHP]] |
Revision as of 11:41, 15 November 2007
To install/enable iconv:
- 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.