Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89618 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18562 invoked from network); 4 Dec 2015 14:04:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2015 14:04:02 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.173 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.223.173 mail-io0-f173.google.com Received: from [209.85.223.173] ([209.85.223.173:33210] helo=mail-io0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/01-09187-15D91665 for ; Fri, 04 Dec 2015 09:04:01 -0500 Received: by iouu10 with SMTP id u10so118890041iou.0 for ; Fri, 04 Dec 2015 06:03:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=A6p3Py/h9ubbZt2xSXqGTif28e86tecTLtcQqFe0bJg=; b=UEi/qTyLYIldxQB9+4vA9hM1lvG3/Rbg6JSob1aTNS3OKPBFXv5m5KD0ozbAcivuVQ 1Avqbh5fLZgM9U2286KjQjQoQxkVYiFQ5GSCsiJEBvFAo6HIvgzsYsoU1+os7XNlTj0n h2nAP9AfCKNn2xbmuNypykNY6zKV8BDYeHikhDHrwwVTFTd+xnUx6OZQ4XhorWLWAo8B Qj22eFYdaoSlgr+gbNOUArz1v28K5BjmaNulFMq/1CQ4q/dN8hX8iAU5HSfUDXOMSj+O 2aymxZXXWTejg+zRlLvK0i5+4h94DAS5AXGa6bZhVu4gIGOXQEJd/L0cu2JUKDEmGP+t F8sQ== MIME-Version: 1.0 X-Received: by 10.107.7.210 with SMTP id g79mr13781375ioi.81.1449237838649; Fri, 04 Dec 2015 06:03:58 -0800 (PST) Received: by 10.107.130.143 with HTTP; Fri, 4 Dec 2015 06:03:57 -0800 (PST) Received: by 10.107.130.143 with HTTP; Fri, 4 Dec 2015 06:03:57 -0800 (PST) In-Reply-To: References: <000001d0ebe4$b71aeb90$2550c2b0$@belski.net> Date: Fri, 4 Dec 2015 21:03:57 +0700 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113f8ebc9160b0052612fa25 Subject: Re: [PHP-DEV] PHP7 PECL Extensions From: pierre.php@gmail.com (Pierre Joye) --001a113f8ebc9160b0052612fa25 Content-Type: text/plain; charset=UTF-8 On Dec 4, 2015 8:25 PM, "Jan Ehrhardt" wrote: > > Martin Keckeis in php.internals (Fri, 4 Dec 2015 09:01:20 +0100): > >it seems there are already some extensions build successfully for > >php7windows > > > >in my case i miss currently two extensions: > >- https://pecl.php.net/package/imagick > >- https://pecl.php.net/package/APCu > > > >About imagick i found just this on gophp7 > >https://github.com/gophp7/gophp7-ext/wiki/ext-imagick > > Imagick, Apcu and a lot of others are here: > https://www.apachelounge.com/viewtopic.php?t=6359 > > The x86 versions are still being recompiled because of > https://github.com/krakjoe/apcu/issues/151#issuecomment-161962312 > > The x64 versions already have APC Backwards Compatibility. Also keep in mind that the builds are triggered on the pecl release, not when a new php version is released. --001a113f8ebc9160b0052612fa25--