Answers for "install php 8 gd"

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
0

how to get php ext-gd with

[gd]
extension=/path/to/gd.so # use the gd.so absolute path here
Posted by: Guest on August-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language