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