.
Home > Linux, Tech > Install PHP GD support – Fedora Linux server

Install PHP GD support – Fedora Linux server

PHP GD
Using YUM linux command (Cent OS or Fedora Core Linux)

as root user:

# yum install php-gd
# /etc/init.d/httpd restart

Verify if php gd is loaded –> Type the following command:

# php -m | grep gd