PHP Fatal error: Call to undefined function imagettftext()

后端 未结 5 1750
感动是毒
感动是毒 2020-12-05 09:58

Why am I getting the error PHP Fatal error: Call to undefined function imagettftext() on line 29?



        
5条回答
  •  时光取名叫无心
    2020-12-05 10:25

    Just recompile extension gd.so, under folder php/ext/gd

    ./configure --with-php-config=/usr/local/php5/bin/php-config --with-freetype-dir=/usr/ --enable-gd-native-ttf

提交回复
热议问题