Where to find php_imagick.dll for php 5.5.12 for Windows wampserver 2.5? -


i using wampserver 2.5 on windows 7 (32 bit) , php version 5.5.12. unable use imagick.

i have installed imagick version 6.8.9 on system , works charm on command line.

further, have followed instructions enable on wampserver.

  1. inserted "setenv magick_home c:/imagemagick" in httpd.conf @ appache.
  2. downloaded php_imagick-3.1.2-5.5-ts-vc11-x86.zip
  3. copied , pasted php_imagick.dll zip php.ini @ appache.

while running simple script on php [$a = new imagick()] i error [class 'imagick' not found].

kindly direct me right way of installation , right downloads install imagick on wampserver 2.5 / windows 7 / 32bit / php 5.5.12.

manual installation of imagick on wamp, xampp, , iis

  1. create folder imagick in php/ext folder.
  2. now add newly created php/ext/imagick folder windows path.
  3. download latest version of imagick windows link. http://windows.php.net/downloads/pecl/releases/imagick/
  4. download php extension of imagick link. http://windows.php.net/downloads/pecl/deps/
  5. before downloading these 2 zip files, match file name of installation php. eg. php_imagick-3.2.0b2-5.5-nts-vc11-x86.zip
    -here 5.5 version of php
    -nts iis , windows (wamp) , ts apache , linux (xampp)
    -vc11 , vc9 version of compilation, run phpinfo , check match php version.
    -x86 32 bit x64 64 bit machines, recommend use x86 only
  6. once have downloaded correct version php, extract downloaded file imagick folder have added path, take files bin folder root of imagick , replace all
  7. add full path php_imagick.dll in php.ini extension=c:\wamp\php\ext\imagick\php_imagick.dll
  8. restart computer path take effect. open command , type dcraw , press enter. if have added path correctly list of parameters shown, imagick installed sucessfully.
  9. run phpinfo again , see imagick listed extension.

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -