美文网首页
imagettftext未启用,imagettftext不可用,

imagettftext未启用,imagettftext不可用,

作者: 文沐2023 | 来源:发表于2019-10-30 18:36 被阅读0次

查看phpinfo();

image.png

GD部分不存在【红框标注】部分说明没有安装FreeType库导致;可以自行下载FreeType库编译安装;这里建议安装PHP高版本;

curl -s http://php-osx.liip.ch/install.sh | bash -s 7.3

安装完成后,请访问安装位置下sbin/php-fpm 启动;

sudo ~/sbin/php-fpm &

ps aux|grep php-fpm

安装完成,查看phpinfo()中GD部分,发现出现FreeType;

相关文章

网友评论

      本文标题:imagettftext未启用,imagettftext不可用,

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