Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80541 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84188 invoked from network); 15 Jan 2015 14:48:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 14:48:56 -0000 X-Host-Fingerprint: 212.64.50.33 sd4403221.adsl.online.nl Received: from [212.64.50.33] ([212.64.50.33:12566] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/8B-14306-353D7B45 for ; Thu, 15 Jan 2015 09:48:54 -0500 To: internals@lists.php.net Date: Thu, 15 Jan 2015 15:48:48 +0100 Message-ID: <2sifbatnqq22e8pfunkh575o1plj81rk7j@4ax.com> References: 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: 212.64.50.33 Subject: Re: Top 10 Pecl extensions PHP7 compatibility From: phpdev@ehrhardt.nl (Jan Ehrhardt) Julien Pauli in php.internals (Wed, 14 Jan 2015 18:53:10 +0100): >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. Some time ago I had a discussion with Mike Wallner and others about a naming convention for php7/php5.x branches of extensions. It would be easier to build a lot of extensions for PHP7 if most extension maintainers used the same names. See https://www.mail-archive.com/pecl-dev@lists.php.net/msg02585.html Brief summary: Compiling for php7: use the phpng branch if it exists, otherwise master. Compiling for php5.x: use the phpog branch if exists, otherwise master. Michael used phpng for the php7 branch, but since that discussion I already see other branch names pop up. I believe a branch 'next' was introduced in opcache or some extension like that. A 'Top 10 Pecl extensions PHP7 compatibility' should at least contain the name of the PHP7 branch if that is not the master branch. And some sort of consensus on the names of PHP7 and/or PHP5 branches would be helpful. Jan