Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80494 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61573 invoked from network); 14 Jan 2015 21:21:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2015 21:21:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.169 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.169 mail-we0-f169.google.com Received: from [74.125.82.169] ([74.125.82.169:39836] helo=mail-we0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/7E-19120-0EDD6B45 for ; Wed, 14 Jan 2015 16:21:37 -0500 Received: by mail-we0-f169.google.com with SMTP id m14so11219648wev.0 for ; Wed, 14 Jan 2015 13:21:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=o9te//eawV9wCxu+YRK3SaJLP5SU4LkdDlzZLKJ5YRw=; b=HtTZG8zlF5xWs436KpRUOQrRdXlDA5wFdtAtKaxPgemDOPt5pVxKGd9+Vdpt/7PaQ5 2jXCP9daAHyKhNpboOkFNXpRqceOb+23vD8JQIHgUbRiqMjVrISUfBK6Q/3n7y09wuYM xPqfTOBGYaxT5KqUbXFj5DszVokauTMLMRHC0NzWs1311X2FSalECE/h9B0gvbWC63gt qa8ek+uLi+I/+vHHICzc9eDoGj3Q9t9qNSd1rEbXfsKdi+YvwZthVtGujz6bx+1+wj91 AsOoTKl7XhBGJxmj3wxlFZra7jqndvsgiAKS7Z52TxiTz6wZm4p6kRRU3lON7Uyxng2D CNAw== X-Received: by 10.194.20.67 with SMTP id l3mr1438189wje.94.1421270494029; Wed, 14 Jan 2015 13:21:34 -0800 (PST) Received: from [192.168.2.121] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id uo6sm213417wjc.49.2015.01.14.13.21.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Jan 2015 13:21:32 -0800 (PST) Sender: Michael Wallner Message-ID: <54B6DDDC.5010200@php.net> Date: Wed, 14 Jan 2015 22:21:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Julien Pauli , PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Top 10 Pecl extensions PHP7 compatibility From: mike@php.net (Michael Wallner) On 14/01/15 18:53, Julien Pauli wrote: > Hello, > > > Had a discussion with Rasmus today. > > It would be cool if we could have a PHP7 compat of our top-10 Pecl > extensions before our first PHP7 RC. > > This will allow more people to help testing both PHP7 (some people may need > some of the top-10 pecl ext to run their apps) and those extensions. > > Someone for a quick list ? > > - Memcached > - Gearman > - Apcu > - http (Mike already did it ?) Yes, actually I'm knee-deep in porting pecl_http. After a quick glance at the PECL package stats (of packages wchich are not already in kind of an exclusive/external maintainance status, and which I used to use, so maybe biased): * imagick * uploadprogress * geoip * uuid (I could jump on this one actually...) -- Regards, Mike