install php ext-gd code example
Example 1: Install or enable PHP's gd extension
apt-get install php-gd
Example 2: how to get php ext-gd with
[gd]
extension=/path/to/gd.so # use the gd.so absolute path here
apt-get install php-gd
[gd]
extension=/path/to/gd.so # use the gd.so absolute path here