Admin/environment/php extension/gd

From Learnit docs
Revision as of 10:48, 16 May 2019 by Docsadmin (talk | contribs) (Created page with "{{Environment}} == 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 Fre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Environment

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

es:admin/environment/php extension/gd