Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

admin/environment/php extension/iconv: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(stub, category)
 
Cap resum de modificació
Línia 1: Línia 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]]

Revisió del 13:05, 12 ago 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.