LoginSignup
3
2

More than 3 years have passed since last update.

PHP7.3にimagick導入 簡単yumだけ

Last updated at Posted at 2019-06-06

それyumでできるよ!

imagickはバージョンで死ぬパターンあるらしいから事前に確認

yum install --disablerepo=* --enablerepo=remi,remi-php73 php-pecl-imagick

エラー: パッケージ: ImageMagick6-libs-6.9.10.48-1.el7.remi.x86_64 (remi)
yum install --enablerepo=remi,remi-php73 ImageMagick6-6.9.10.48

yum install --disablerepo=* --enablerepo=remi,remi-php73 php-imagick

世界はyumが支配した

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2