编译时参数
--with-gd --with-jpeg-dir --with-png-dir=/usr/include/libpng12 --with-freetype-dir=/usr/local/freetype
checking for GD support... yes
checking for the location of libvpx... no
checking for the location of libjpeg... yes
checking for the location of libpng... /usr/include/libpng12
checking for the location of libXpm... no
checking for FreeType 2... /usr/local/freetype
(其他省略)
phpinfo 输出时 GD 一栏中不出现 Freetype 的选项,求解如何正确配置?
php 版本 5.6.X
--with-gd --with-jpeg-dir --with-png-dir=/usr/include/libpng12 --with-freetype-dir=/usr/local/freetype
checking for GD support... yes
checking for the location of libvpx... no
checking for the location of libjpeg... yes
checking for the location of libpng... /usr/include/libpng12
checking for the location of libXpm... no
checking for FreeType 2... /usr/local/freetype
(其他省略)
phpinfo 输出时 GD 一栏中不出现 Freetype 的选项,求解如何正确配置?
php 版本 5.6.X