Hi Dan, On Tue, April 28, 2015 20:43, Dan Ackroyd wrote: > Hi Pierre, > > > On 30 March 2015 at 01:38, Pierre Joye <[email protected]> wrote: > >> >> if you use pickle install, it will fetch the right one. >> >> Or grab them here: http://windows.php.net/downloads/pecl/deps/ >> > > Sorry, I didn't mean for myself. What I meant is, what needs to be > done to have a link(s) on the extension download page > (https://pecl.php.net/package/imagick/3.3.0RC1/windows) to the > versions of ImageMagick listed in the directory > http://windows.php.net/downloads/pecl/deps/ that the extension was > compiled against. > > What is happening is that people are downloading the extension, but > are then downloading a random library of ImageMagick and because the > version of Imagick was compiled against a different version, it doesn't > work that well. > You can put put a link to the dep builds into the description section in package.xml, then it'll be always shown on every release page, I guess. But also, one can edit the description directly on the pecl site, however that'll be overwritten by the description from the package.xml at the next release. And using pickle, as Pierre mentioned.
> Also, how do I get Karma to go in an update the version of ImageMagick > that is being used as the dependency? The version being used is a year old. > Yeah, there is just a bit to much going on right now with PHP7 and co., so the deps aren't actively handled. If there are some critical things or one is asking, so be. Do you mean you've already the builds? As then we could just rebuild the latest release with them. Otherwise I can update them and rebuild the last release somewhen in the near future. Regards Anatol -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
