php - unable to load & use Imagick (DLL errors) (Windows 8) -


i have downloaded , installed imagick, added system path , tested installation.

also, i've downloaded php_imagick.dll , put in php/ext/ folder.
finally, added extension=php_imagick.dll in php.ini file.

(following this tutorial)

running php via localhost gives me following error (php not crash):

fatal error: class 'imagick' not found in c:\wamp\www\ ...

when inspecting dependencies of php_imagick.dll program called 'dependency walker', see this.

tried fix (without success) :

  • using different versions of imagick installation
  • using older php_imagick.dll versions
  • multiple reboots of system
  • relocating dependent dll's (this causes dependency 'cannot find' chain reaction)

so, think i'm supposed dependency location fix, haven't found 1 yet.

you looking this: http://valokuva.org/ there find steps on how install imagick on windows.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -