sh 如何在PHP上添加库PHP GD

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 如何在PHP上添加库PHP GD相关的知识,希望对你有一定的参考价值。

apt-get install php5-gd
simnle use 
# yum search php-

#Different Editing on php.ini
vim /etc/php5/apache2/php.ini
or
vim /etc/php5/cli/php.ini
or
vim /etc/php5/fpm/php.ini

#Add this extensions on your php.ini 
extension=gd.so

#Restart your Server
service apache2 restart
or
service nginx restart
service php5-fpm restart

以上是关于sh 如何在PHP上添加库PHP GD的主要内容,如果未能解决你的问题,请参考以下文章

在 PHP 中,如何直接在我的网站上使用 GD 库创建的图像

Mac php使用gd库出错 Call to undefined function imagettftext()

PHP利用GD库处理图片方法实现

PHP gd 库添加 freetype

如何使用 php gd 库加载动态图像,不将其保存在服务器上或使用 src="script.php"?

如何在PHP中开启GD库支持