Page 1 of 1

Error when dll added to php.ini file

Posted: 2009-07-28T14:15:40-07:00
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"

Re: Error when dll added to php.ini file

Posted: 2009-07-31T12:26:44-07:00
by mkoppanen
The dll won't work for PHP 5.2.x

Re: Error when dll added to php.ini file

Posted: 2009-07-31T13:04:54-07:00
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