I can't get PHP to recognize the ImageMagick (Imagick) class. Everything else works, the command line tests (convert logo: logo.miff | imdisplay logo.miff) work, and I've followed every instructions I could find over it. Maybe I'm doing something wrong?
Instructions I've done:
- Download and install ImageMagick-6.7.6-1-Q16-windows-dll.exe
- Download the PHP Imagick DLL: http://www.sk89q.com/2010/03/vc6-windows-binaries-for-imagick-2-3-0/
- Used IIS to install the extension (automatically add the dll reference to PHP.ini)
- Saved, and restarted the "World Wide Web Publishing Service" and IIS
- Checked phpinfo() to see if Imagick loaded, it had not.
- I restarted Windows, and checked phpinfo again, no luck.
Did I miss anything? I've tried everything, looked for multiple DLLs, using each one, restarting both the service, IIS and Windows. Still nothing has worked. Any help?