Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80505 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82232 invoked from network); 14 Jan 2015 23:43:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2015 23:43:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.54 mail-qa0-f54.google.com Received: from [209.85.216.54] ([209.85.216.54:59989] helo=mail-qa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/13-00659-B2FF6B45 for ; Wed, 14 Jan 2015 18:43:39 -0500 Received: by mail-qa0-f54.google.com with SMTP id w8so8152952qac.13 for ; Wed, 14 Jan 2015 15:43:37 -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=efyQEliftSQiKue2ypQAkEEU3Ya4e8GaCeDIeX2eSiw=; b=tbRTD38YBiQcGWWbegjV0Etrmf9iQMZ5hRKA9Dhkn6XbzBK6VutMnad9cKBl510ZDc 1vqz3SJlpqmDd5uvDw5x4NeEOGPaYaY2ElZEvMggqs41O79JemH+8bzu7lR0OPOy6Bc7 WgDpuXtOLUIJoQXlxg+Mlo2FS2OP9hmhfIH+xP0U2ubMBM6WyhfA+eHQUso4Kwbm0nxu EIIWA/epz0jVl20BSM+GOtNmc/LjILDqfM6E1Fsc8OAFPjJ26u52lRN8wYLl6WCQRshi 0DzbJTmEHFsJiyiSu5YprGDYVopVW468wzfYF5DMLXZ4aiqv/n9XnFJ1W27rvQtq8Plg Czqw== MIME-Version: 1.0 X-Received: by 10.140.92.33 with SMTP id a30mr11088174qge.30.1421279017227; Wed, 14 Jan 2015 15:43:37 -0800 (PST) Received: by 10.140.22.106 with HTTP; Wed, 14 Jan 2015 15:43:37 -0800 (PST) In-Reply-To: References: Date: Thu, 15 Jan 2015 00:43:37 +0100 Message-ID: To: Julien Pauli Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Top 10 Pecl extensions PHP7 compatibility From: pierre.php@gmail.com (Pierre Joye) hi, On Wed, Jan 14, 2015 at 6:53 PM, 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 ?) > - ?? > > I obviously will help porting some of them. I am not a big fan of such top lists as it covers only part of the needs. More importantly, what's about the porting strategy? New branch, #ifdef hell or separate files? Separate or common releases? Using pickle, almost everything is possible from an install/update point of view, support for install from VCS makes the new branch(es) option easier too. However we have to define what we would prefer to do. Cheers, -- Pierre @pierrejoye | http://www.libgd.org