admin/environment/php extension/mbstring: Difference between revisions
From MoodleDocs
Helen Foster (talk | contribs) m (category) |
Helen Foster (talk | contribs) m (formatting) |
||
Line 1: | Line 1: | ||
To install the mbstring library on Windows: | To install the mbstring library on Windows: | ||
# Open the php.ini file found in the moodle/apache/bin folder or Windows | # Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder or Windows folder | ||
# Find the line: ;extension=php_mbstring.dll | # Find the line: <code>;extension=php_mbstring.dll</code> | ||
# Remove the ; at the beginning of the line | # Remove the <code>;</code> at the beginning of the line | ||
# Restart apache if necessary | # Restart apache if necessary | ||
[[Category:Environment|php extension]] | [[Category:Environment|php extension]] |
Revision as of 11:45, 15 November 2007
To install the mbstring library on Windows:
- Open the php.ini file found in the moodle/apache/bin folder or Windows folder
- Find the line:
;extension=php_mbstring.dll
- Remove the
;
at the beginning of the line - Restart apache if necessary