Answers for "Install or enable PHP's gd extension in cmd"

2

Install or enable PHP's gd extension

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

centos :Install or enable PHP gd extension.

yum install gd gd-devel php-gd
and then restart apache:
service httpd restart
Posted by: Guest on January-23-2021

Code answers related to "Install or enable PHP's gd extension in cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language