Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13841 invoked from network); 4 Dec 2015 13:25:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2015 13:25:05 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:11677] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/30-09187-F2491665 for ; Fri, 04 Dec 2015 08:25:04 -0500 To: internals@lists.php.net Date: Fri, 04 Dec 2015 14:25:00 +0100 Message-ID: References: <000001d0ebe4$b71aeb90$2550c2b0$@belski.net> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: [PHP-DEV] PHP7 PECL Extensions From: phpdev@ehrhardt.nl (Jan Ehrhardt) 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. -- Jan