php: 安装php_imagick扩展

window下载地址:http://pecl.php.net/package/imagick/3.4.4/windows

配置环境变量

将文件解压后,并解压到任意位置,再将路径添加到path环境变量中

C:\Develop\php_imagick-3.4.4-7.1-ts-vc14-x86

导入DLL文件

将上述文件夹里面的 php_imagick.dll 文件复制到php的ext文件夹中

再将上述文件夹里面的所有的 .dll后缀的文件复制到php的根目录下

在php.ini中添加

;extension=php_imagick.dll

重启apache

如果出现以下报错,请开启openssl扩展
Imagick::__construct(): Unable to find the wrapper "http" - did you forget to enable it when you configured PHP?
开启扩展

;extension=php_openssl.dll
评论
:broken_heart: :confounded: :flushed: :frowning: :grinning: :heart: :kissing_heart: :mask: :pensive: :rage: :relaxed: :scream: :smile: :smirk: :sob: :stuck_out_tongue_closed_eyes: :stuck_out_tongue_winking_eye: :wink: