当前位置:网站首页>Support JPEG format in GD Library in php7.4

Support JPEG format in GD Library in php7.4

2022-06-25 21:16:00 Dawu Xiaodong

php7.4 Middle yield gd Library support jpeg Format

Get into php7.4 Extended Directory It's usually php Source directory /ext/gd

#./configure -h   Look at the compilation options 

 Insert picture description here

# cd /lnmp/php-7.3.12/ext/gd/
# /usr/local/php/bin/phpize
 
# ./configure --with-jpeg  --with-php-config=/usr/local/php/bin/php-config
# make && make install
原网站

版权声明
本文为[Dawu Xiaodong]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202181331573395.html