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/gd: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
m (category)
(Centos info copied from 21 wiki)
Línia 9: Línia 9:


  sudo apt-get install php5-gd
  sudo apt-get install php5-gd
You might need to restart Apache (not necessary)
sudo /etc/init.d/apache2 restart
'''Centos:'''
Download and install gd
yum install php-gd


You might need to restart Apache (not necessary)
You might need to restart Apache (not necessary)

Revisió del 10:16, 30 nov 2011

GD module for php5

This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.

Install GD module for php 5

Ubuntu: Download and install gd

sudo apt-get install php5-gd

You might need to restart Apache (not necessary)

sudo /etc/init.d/apache2 restart

Centos: Download and install gd

yum install php-gd

You might need to restart Apache (not necessary)

sudo /etc/init.d/apache2 restart