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.
- inserted "setenv magick_home c:/imagemagick" in httpd.conf @ appache.
- downloaded php_imagick-3.1.2-5.5-ts-vc11-x86.zip
- 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
- create folder imagick in php/ext folder.
- now add newly created php/ext/imagick folder windows path.
- download latest version of imagick windows link. http://windows.php.net/downloads/pecl/releases/imagick/
- download php extension of imagick link. http://windows.php.net/downloads/pecl/deps/
- 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 - once have downloaded correct version php, extract downloaded file imagick folder have added path, take files bin folder root of imagick , replace all
- add full path php_imagick.dll in php.ini extension=c:\wamp\php\ext\imagick\php_imagick.dll
- restart computer path take effect. open command , type dcraw , press enter. if have added path correctly list of parameters shown, imagick installed sucessfully.
- run phpinfo again , see imagick listed extension.
Comments
Post a Comment