各位大佬們好,
小弟在使用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
其他擴展同理