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
(New page: 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...)
 
Cap resum de modificació
Línia 1: Línia 1:
GD module for php5
 
== 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.
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:
== Install GD module for php 5 ==
 
 
'''Ubuntu:'''
Download and install gd
Download and install gd
sudo apt-get install php5-gd
sudo apt-get install php5-gd

Revisió del 21:57, 14 ago 2010

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