美文网首页
centos php 安装 php-gd2

centos php 安装 php-gd2

作者: rain_zhong | 来源:发表于2018-05-04 14:28 被阅读0次

一般windows只需要在php.ini 里面修改
如下
编辑PHP.INI
找到;extension=php_gd2.dll
去掉前面的分号 ;
保存
centos 系统需要先安装扩展
yum install php-gd
这样只支持php5.4版本 如果其他php版本请用下面的命令
例如我的php版本为5.6
yum install php-gd --enablerepo=remi,remi-php56

相关文章

网友评论

      本文标题:centos php 安装 php-gd2

      本文链接:https://www.haomeiwen.com/subject/hiudrftx.html