CentOS:在 PHP 安装中启用 GD 支持

2022-01-13 00:00:00 linux centos php cakephp gd

如何在 CentOS 安装中启用 GD 支持?

How do I go about enabling GD Support in a CentOS Installation?

推荐答案

最终对我有用的是:

yum install gd gd-devel php-gd

然后重启apache:

and then restart apache:

service httpd restart

相关文章