Page 1 of 1

half working php_imagick

Posted: 2013-05-23T11:43:46-07:00
by bherbert
OK so this is really strange. I am running image magick on a windows box with php 5.4 and IIS7

I can use the command line to run a script that opens a imagick resource (image), re-size it, and write it to the file system. When I run the command: php -m, imagick is in the module list.

command line: php test.php
this test passed - re-sized image file created.

Then I try to run the same script through a browser I get the dreaded: Fatal error: Class 'imagick' not found in {filepath}test.php on line 3

and the imagick module isn't list in the phpinfo(), any thoughts? I am really running out of ideas, does it make a difference between fastcgi and isapi? any help is appreciated.

thanks