在一个新的亚马逊 linux2 盒子中,我运行了以下命令:
sudo amazon-linux-extras install php7.2
sudo yum install php-gd
但是当我跑的时候:
php -r 'var_dump(gd_info());'
我得到:
array(13) {
["GD Version"]=>
string(26) "bundled (2.1.0 compatible)"
["FreeType Support"]=>
bool(true)
["FreeType Linkage"]=>
string(13) "with freetype"
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(true)
["JPEG Support"]=>
bool(true)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XPM Support"]=>
bool(true)
["XBM Support"]=>
bool(true)
["WebP Support"]=>
bool(false)
["BMP Support"]=>
bool(true)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
我不知道我必须做什么才能让 WebP 支持为真
呼啦一阵风
喵喔喔