Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89638 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17271 invoked from network); 5 Dec 2015 17:02:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2015 17:02:11 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:9248] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/75-55431-09813665 for ; Sat, 05 Dec 2015 12:02:09 -0500 To: internals@lists.php.net Date: Sat, 05 Dec 2015 18:02:05 +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): >in my case i miss currently two extensions: >- https://pecl.php.net/package/imagick >- https://pecl.php.net/package/APCu APC Backwards Compatibility in the Windows builds solved: https://github.com/krakjoe/apcu-bc/pull/2 Binaries available at https://www.apachelounge.com/viewtopic.php?t=6359 You will have to load the extensions in this way: extension=php_apcu.dll extension=php_apc.dll Or for *nix: extension=apcu.so extension=apc.so I guess Joe Watkins will make a new release soon and then the Windows binaries will be become available at http://pecl.php.net/package/APCu -- Jan