half working php_imagick

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
bherbert
Posts: 1
Joined: 2013-05-23T11:31:36-07:00
Authentication code: 6789

half working php_imagick

Post 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
Post Reply