0%

Install Imagick Extension in Xampp PHP8.1 Windows

Preface

Here is the list of the software that we use in this article:

Install Imagick extension on Xampp PHP8.1 Windows just follow the steps below:

Steps

  1. unzip php_imagick-3.7.0-8.1-ts-vs16-x64.zip , copy php_imagick.dll to xampp/php/ext folder
  2. mv php_imagick-3.7.0-8.1-ts-vs16-x64 folder to c:\ and add this folder to enviroument path , move up it on the top of php8.1 path
  3. unzip ImageMagick-7.1.0-18-vc15-x64.zip , copy bin/*.dll except ImageMagickObject.dll to xampp/apache/bin
  4. edit php.ini add one line of the extension part
    extension=php_imagick.dll
  5. restart apache

References