Answers for "install php gd 7"

2

Install or enable PHP's gd extension

apt-get install php-gd
Posted by: Guest on December-17-2020
0

sudo apt-get install php7.0-gd

#check php verison first using:

$php -v

#It will give version number suppose your version is 7.0.1 then use this command to install GD Library

$sudo yum install php70-gd

#OR use this command depending upon server specification

$sudo apt-get install php7.0-gd
Posted by: Guest on August-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language