I'm trying to learn ImageMagick for PHP, so it made sense for me to install it on local machine. I'm running a Windows 8 x64 system, running WAMP 2.5 with Apache 2.4.9 and PHP 5.5.12.
I found instructions here: http://refreshless.com/blog/imagick-pecl-imagemagick-windows/ and followed them, but no luck. I got the latest copy of ImageMagick 6.8.9 from the ImageMagick website. When I run the tests provided on the site, ImageMagick responds fine. However, PHP doesn't show ImageMagick as installed in phpinfo()
.
I'm not sure what else to do. I've restarted my PC twice, I've installed everything twice, tried the DLL form difference resources. I'm at a loss for how to proceed.