Error when dll added to php.ini file

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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Error when dll added to php.ini file

Post by Bonzo »

I am using php 5.2.9 and the only dll I could find was for 5.3.0 which may be the problem but I get an error as soon as I uncomment extension=php_imagick.dll

Something about an "httpd.exe - Entry point not found" If I OK the error a couple of times it stops.
I can not run any Imagick code as I get "Fatal error: Class 'Imagick' not found in C:\xampp\htdocs\speed\imagick.php on line 2"
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

Re: Error when dll added to php.ini file

Post by mkoppanen »

The dll won't work for PHP 5.2.x
Mikko Koppanen
My blog: http://valokuva.org
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Error when dll added to php.ini file

Post by Bonzo »

Thats what I thought; the one I am using now must be at least a year old.

Are the old dll's kept anywhere ?

I do not know if you are interested in this thread: viewtopic.php?f=1&t=14311
Post Reply