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.
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:
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)
......