简体   繁体   中英

gmagick dll vc6 for php5.2

Do you know where I can found the Gmagick.dll (not the Imagick.dll) for php 5.2 in VC6. I do a lot of search but cannot found it in vc6.

Thanks.

You are probably referring to the GraphicsMagick extension for PHP (which provides the class Gmagick in PHP) - not to the generic GraphicsMagick executable (that can be called from the Win command line or through exec() from within PHP)?!

I do not have a source for a VC6 version, but the following link provides at least some VC9 versions:

http://valokuva.org/builds/

To use it your PHP and Apache versions must be compiled with VC9.
VC9 versions are available for PHP since v5.3 and for Apache since v2.2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM