Answers for "how to enable the gd library in your php.ini file."

PHP
4

Install or enable PHP's gd extension

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

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 "how to enable the gd library in your php.ini file."

Browse Popular Code Answers by Language