- Open PHPInfo and check: Architecture = x86 or x64, Thread Safety = yes or no;
- Download ImageMagick from: http://windows.php.net/downloads/pecl/deps;
- Unzip and copy all dlls from the bin subfolder to the Apache bin directory;
It's a bunch of
CORE_RL_*.dllandIM_MOD_RL_*.dllplus a few other dlls; - Goto: http://pecl.php.net/package/imagick and download latest version;
- Unzip and copy
php_imagick.dllto the php extension folder; - Edit
php.iniand add at the very end:extension=php_imagick.dll; - Restart Apache
- Check
phpinfo(): Scroll to section (or find):imagick
Last active
February 26, 2018 15:24
-
-
Save lambidu/dcc11436fa9c318fdc00add8a829ae2c to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment