码迷,mamicode.com
首页 > Windows程序 > 详细

php5-imagick安装文档 (win2008r2 x64 apache2.2 x86 php5.4 x86)

时间:2015-03-06 19:20:21      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:black   white   color   style   

Ubuntu安装办法

To install on Ubuntu or Debian, using the package manager, use:

sudo apt-get install php5-imagick
sudo service apache2 reload

Windows安装参考:如果有一项为x86,所有组件都要使用x86

使用版本ImageMagick-6.8.1-9-Q16-x86-dll.exe

php_imagick-3.2.0RC1-5.4-ts-vc9-x86.zip

最新版本 有隐形bug。暂时没法工作。参考网页http://stackoverflow.com/questions/20977294/what-does-this-error-mean-for-imagemagick-on-xampp-server

http://blog.csdn.net/zwfcan/article/details/16967555

参考文献

ImageMagick下载页http://www.imagemagick.org/script/binary-releases.php#windows

Imagick php官方http://php.net/manual/en/imagick.setup.php

Imagick安装帮助 http://refreshless.com/blog/imagick-pecl-imagemagick-windows/

imagick 3.1.2下载页面:http:/pecl.php.net/package/imagick/3.1.2/windows

  1. Install the LATEST OFFICIAL version of ImageMagick fromhttp://www.imagemagick.org/script/binary-releases.php#windows. (I first tried installing the one fromhttp://image_magick.veidrodis.com/image_magick/binaries/specified in the post above, didn‘t work here as it‘s missing a required DLL).
    Download the Win32 dynamic at 16 bits-per-pixel version.
    Make sure it‘s installed in a simple non spaces folder name, e.g. C:\imagemagick .
    During installation, make sure you check the box for "Add application directory to your system path" (otherwise make sure to do this manually).
  2. Download the following DLL php_imagick.dllcourtesy of http://www.sk89q.com (original link).
    Place this file into your php\ext folder inside xampp, e.g. C:\xampp\php\ext .
  3. Edit php.ini (C:\xampp\php\php.ini) and add the following line: extension=php_imagick.dll
  4. RESTART windows. (If you won‘t, you mightreceive the following error:The program cannot start because CORE_RL_wand_.dll is missing from your computer.
  5. Start Apache. it should work well.

php5-imagick安装文档 (win2008r2 x64 apache2.2 x86 php5.4 x86)

标签:black   white   color   style   

原文地址:http://2346860.blog.51cto.com/2336860/1617980

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!