0

I installed ImageMagick and The php_imagick.dll file is xampp>php>ext . I encounter this error after restarting Apache. enter image description here

my OS : win10 64-bit , php version: 7.4.11

and php.ini : enter image description here

Ranaa
  • 117
  • 1
  • 12
  • 1
    That sounds a lot like your version of php_imagick.dll isn't compatible with the PHP version you're running. Which version of the extension did you install? – iainn Dec 31 '20 at 13:24
  • I installed `` ImageMagick-7.0.10-53-Q16-x64-dll `` – Ranaa Dec 31 '20 at 14:40
  • It's the version of **php_imagick** (not Imagemagick) that will be the issue – iainn Dec 31 '20 at 14:52
  • I used => php_imagick-3.4.1-7.0-ts-vc14-x64 – Ranaa Dec 31 '20 at 15:16
  • Right - the **7.0** in that refers to PHP 7.0. You need something that targets PHP 7.4, e.g. `php_imagick-3.4.4-7.4-ts-vc15-x64.zip` from https://windows.php.net/downloads/pecl/releases/imagick/3.4.4/ – iainn Dec 31 '20 at 15:24
  • Thanks a lot, it worked right with this version. – Ranaa Dec 31 '20 at 15:37

0 Answers0