I was running PHP 5.2.4 and ImageMagick(I can't remember the version). I was able to use $image = new Imagick();
I have upgraded to PHP 5.3.8 (API220090626,TS,VC9) Now, I cannot use the Imagick class. However, I can run the tests from the command line successfully.
I have read many MANY forum articles on various sites.
I have installed the binaries of MANY different versions including their corresponding TS php_imagick.dll files and have not been able to get it working.
Currently I have ImageMagick-6.6.2-Q16 installed.
In my Environmental path I have (relative info):
Code: Select all
E:\ImageMagick\ImageMagick-6.6.2-Q16;C:\Program Files\gs\gs8.60\binE:\mySQL\bin;E:\php\5.3.8
Code: Select all
extension_dir="E:\php\5.3.8"
extension=php_imagick.dll
Code: Select all
The procedure entry point MagickSetFont could not be located in the dynamic link library CORE_RL_wand_.dll
Code: Select all
PHP Warning: PHP Startup: Unable to load dynamic library 'E:\php\5.3.8\php_imagick.dll' - The specified procedure could not be found.
in Unknown on line 0
I have been at this for days, with some pretty used sections of my site broken as I cannot get Imagick working again.
I am pulling the few hairs out of my head that remain. Please help?