Hi all!
First, sorry for my english!
I want to install in my server the last versión of the pecl imagick extension.
My server enviroment is: win + apache + php 5.3
To the get the dll extension (php_imagick.dll) its necesary compiling the pecl extension with the php 5.3 VC6 version (VC9 is only for IIS), but in the downloads sections, this version its not available:
http://windows.php.net/download/
If I use the VC9 version to compiling this version a warning prompts:
"WARNING
PHP Startup: imagick: Unable to initialize module
Module compiled with build ID= API20090626, TS, VC9
PHP compiled with build ID = API20090626, TS, VC6
These options need to match"
What should I do?
Thanks!
problems compiling imagick in win + apache + php 5.3
Re: problems compiling imagick in win + apache + php 5.3
This error says that you have to run PHP and extensions compiled with the same compiler VC6 or VC9.
cheers
tk1
tk1