各位大佬们好,
小弟在使用php验证码的时候出现如下错误:
找到原因是因为缺少gd中的 FreeType 库。
查看phpinfo:
已经通过brew卸载了现有的php,通过:
brew install homebrew/php/php56 \
--with-freetype \
--without-snmp \
--without-apache \
--with-debug \
--with-fpm \
--with-intl \
--with-homebrew-curl \
--with-homebrew-libxslt \
--with-homebrew-openssl \
--with-imap \
--with-mysql \
--with-tidy
想重新安装以上内容,但是却提示:
也已经对brew更新过了,还是不行,
求各位大佬们提供几个解决方案指点下小弟!
多谢!
brew install homebrew/php/php56
brew install homebrew/php/php56-gd
其他扩展同理