admin/environment/php extension/gd: Difference between revisions

From MoodleDocs
No edit summary
m (added link to spanish translation of page)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Environment}}
== 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.


== Install GD module for php 5 ==


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.
'''Ubuntu:'''
Download and install gd


sudo apt-get install php5-gd


== Install GD module for php 5 ==
You might need to restart Apache (not necessary)


sudo /etc/init.d/apache2 restart


'''Ubuntu:'''
'''Centos:'''
Download and install gd
Download and install gd
sudo apt-get install php5-gd
 
yum install php-gd


You might need to restart Apache (not necessary)
You might need to restart Apache (not necessary)
sudo /etc/init.d/apache2 restart
 
sudo /etc/init.d/apache2 restart
 
[[Category:Environment|PHP]]
 
[[es:admin/environment/php extension/gd]]

Latest revision as of 00:49, 5 January 2015

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