Using php 5.3 on windows 2008 in IIS 7.
I've installed NTS image magick and add php_imagick.dll to the php extensions directory and included it in php.ini . Restarted the machine and imagick shows up in phpinfo.
On this page I can run example #4 without problem.
As soon as I attempt to load a file by passing the file handler, or opening directly, it fails and gives me a 500 error. Nothing in event viewer.
Also in phpinfo, the version for imagick shows '@@package version@@' , very odd.
Any help would be appreciated.