Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89630 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57935 invoked from network); 4 Dec 2015 21:44:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2015 21:44:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.160.182 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.182 mail-yk0-f182.google.com Received: from [209.85.160.182] ([209.85.160.182:35455] helo=mail-yk0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/10-55431-03902665 for ; Fri, 04 Dec 2015 16:44:17 -0500 Received: by ykba77 with SMTP id a77so139579160ykb.2 for ; Fri, 04 Dec 2015 13:44:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pZyjG+DP0eOl/yUYRhTbqHcBXD9nqh/lQRpWnE1In2E=; b=SAkkMEZADu9bCp1q7auut5bMRPZhejyG5m0wVvsqIPDZS1YLy+M6tPJ/k2K3n9Yrqq WeezL3tpIliRGIJUAWeqzEYhPips6/QwXkRY34t+KdVFzBY7lFJCfvPUBTwv4cKzd3e3 847e9mrp5iLE5Wak3Y/DBiywPIqFG+q70GdfTGxwgL2FSKEacF2d8ScO8RCy/CtsmZB8 80XUo+Yo7xfNhn2hxKNKBX/a6iLEvkFtERKyJTqkSomIbNGiBoeSGEdu7/BsgfFFJt5e BBNh14s2c9kagYtlM1b5Qkw65uqhTAFMrJjJblWGN2QvaZmVv75D6E7c9tNKYOnt4QdP 9Zfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=pZyjG+DP0eOl/yUYRhTbqHcBXD9nqh/lQRpWnE1In2E=; b=XV+pyAlosfRxWDOThKB5oSydKNQ26priAG8HfqAKwyGo49xHFlM9lxMtbivsICvGBs DQUQCOfr4r2u3sCN3nui7pX4SLK9ENOxRCrq/6DTur65+ZRO/qJoKwmjabRe2m+EoDEJ ByDB8BrqH1jaLO3Deq1k0FP/cvPxYmz2X+PY0PDxtLUlIr2pBTsqKRs6xAiuw1+Nr5Sa VNYeNa+YIaAhVbKlO3BrVD4SQfrflGCdUNY7AVDisr47pl5iC7RnoLS52liCKMxA9jFb RLMvMTrR74T4hKIOlk7d1yj31npFwOYgAyeNvan4c2ObEHRobr/gbNp/vb2/nNHcvj6n o47A== X-Gm-Message-State: ALoCoQlx55DOTPgkps3YO3ulSTlD3Yjv2UBnUYrYn1B5y9fnzGnwSFo7c0XBqpU7DtsUc4pndN2E MIME-Version: 1.0 X-Received: by 10.13.210.66 with SMTP id u63mr13678093ywd.206.1449265453884; Fri, 04 Dec 2015 13:44:13 -0800 (PST) Received: by 10.37.215.68 with HTTP; Fri, 4 Dec 2015 13:44:13 -0800 (PST) X-Originating-IP: [78.149.0.171] In-Reply-To: References: <000001d0ebe4$b71aeb90$2550c2b0$@belski.net> Date: Fri, 4 Dec 2015 21:44:13 +0000 Message-ID: To: Martin Keckeis Cc: Jan Ehrhardt , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP7 PECL Extensions From: danack@basereality.com (Dan Ackroyd) On 4 December 2015 at 08:01, Martin Keckeis wrote: > About imagick i found just this on gophp7 > https://github.com/gophp7/gophp7-ext/wiki/ext-imagick > > Are there still problems, or do they just need to be rebuild? > Imagick needed the 7 dev branch merging to master and tagging. Downloads that were built automatically for Windows appear to be available on the PECL page https://pecl.php.net/package/imagick/3.4.0RC2/windows There is one known issue for Imagick on Linux for PHP 7; it can't be compiled statically into PHP due to a bug in PHP's conf files, which is already fixed for PHP 7.0.1. cheers Dan