Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19822 invoked from network); 26 Jan 2015 17:58:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2015 17:58:44 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 74.125.82.180 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 74.125.82.180 mail-we0-f180.google.com Received: from [74.125.82.180] ([74.125.82.180:62672] helo=mail-we0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/81-10033-35086C45 for ; Mon, 26 Jan 2015 12:58:44 -0500 Received: by mail-we0-f180.google.com with SMTP id m14so10522723wev.11 for ; Mon, 26 Jan 2015 09:58:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=bwp0PKk9eq0VKqZMyGz88BDeCJaEDQ8DfJ8H8buc+UM=; b=SCjkTykkPlN3Jwq31TRo2cSyGpj2ERaZzHXbtdcrlyfqPKQMdC3ro+sCLwfFRzp0aN Lki0IJNC4bkkuO1FbAyr3IrEDUpreKEQjR5bEem9wAQ6jSnm1FV4XyNi9P3dZA7Mv31W N/xauaVlWpWfS6u6O5GmOO1sngN2S98ngVuq5byrL8ZEqQyIsv3RKGR8BP5PT+LBlspJ rKd8kUfVj1TOuGoMq4phptiMByclfxNaMI82w3UCzqHaJC8jZTeDz/Pxg0zjMxQUj+kx sO8ilfBdIkrB94tRwe3Vq1cEAd22jw9C9ml3tFQ8gO+MTB1NUtdEZJ3WIyBuJjpkTB5A bk7Q== X-Gm-Message-State: ALoCoQmuwMu4PjUEgFePSk5RYl6y3azj4k2OnsWTBuIKMKEYhn0JoI1AE5i3WRjYt93oAAlcogW/ MIME-Version: 1.0 X-Received: by 10.181.12.100 with SMTP id ep4mr34110374wid.62.1422295120378; Mon, 26 Jan 2015 09:58:40 -0800 (PST) Received: by 10.216.94.196 with HTTP; Mon, 26 Jan 2015 09:58:40 -0800 (PST) X-Originating-IP: [2.96.84.64] Date: Mon, 26 Jan 2015 17:58:40 +0000 Message-ID: To: Lester Caine Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: imagick on PHP 7 was Stepping stones to a working php7 ... From: danack@basereality.com (Dan Ackroyd) On 26 January 2015 at 00:02, Lester Caine wrote: > /imagick ... need to get a copy to work with Imagick is now working on 7; you will need to use the PHP 7 branch from https://github.com/mkoppanen/imagick/tree/phpseven Opening any issues you might find on Github would probably get them resolved more quickly than bugs.php.net due to the more direct notifications. I'm going to take this opportunity to suggest everyone who saves images to PNG format should upgrade to at least ImageMagick 6.8.9-7. There was a pretty nasty image corruption issue on previous versions which showed up occasionally. cheers Dan