Updated DLL of MagickWand for PHP on Windows

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
theillustratedlife

Post by theillustratedlife »

It comes up in php_info for [xampp] 1.5.5 on Vista Ultimate.

Something in my script isn't working right, so I haven't been able to test the library itself.

I have mirrored the install on my blog for anyone having trouble with the above download. I believe that this is still available under the MagickWand license. If it is not, please let me know, and I will discontinue the mirror:

http://theillustratedlife.com/php-5.2.0 ... q16_st.dll


Thanks for the upgrade. I can once again test my app without an Internet connection. :D
zhaolei

Re: Updated DLL of MagickWand for PHP on Windows

Post by zhaolei »

I want to compile the php_magickwand.dll for php5.3.0,but how can i deal with there errors?
-----------------------------------------------------------------------------------------
Linking...
CORE_RL_libxml_.lib(tree.obj) : error LNK2005: _xmlNewDtd already defined in php5ts.lib(php5ts.dll)
CORE_RL_libxml_.lib(tree.obj) : error LNK2005: _xmlCreateIntSubset already defined in php5ts.lib(php5ts.dll)
CORE_RL_libxml_.lib(tree.obj) : error LNK2005: _xmlNewDoc already defined in php5ts.lib(php5ts.dll)
CORE_RL_libxml_.lib(tree.obj) : error LNK2005: _xmlFreeDoc already defined in php5ts.lib(php5ts.dll)
CORE_RL_libxml_.lib(tree.obj) : error LNK2005: _xmlNewCharRef already defined in php5ts.lib(php5ts.dll)
CORE_RL_libxml_.lib(tree.obj) : error LNK2005: _xmlNewReference already defined in php5ts.lib(php5ts.dll)
CORE_RL_libxml_.lib(tree.obj) : error LNK2005: _xmlNewCDataBlock already defined in php5ts.lib(php5ts.dll)
......
Post Reply