php安装gd库扩展(无需源码安装)
清泛原创
gd是php图片处理库,网上各种源码安装,非常复杂,其实很简单,无需源码编译。
apt install php-gd
重启apache生效:
systemctl restart apache2
上一篇:nginx启用gzip压缩,大大降低网站流量
下一篇:【解决】php7.x后报错Warning: Use of undefined constant PRE - assumed问题