Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80545 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91036 invoked from network); 15 Jan 2015 15:11:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 15:11:23 -0000 X-Host-Fingerprint: 212.64.50.33 sd4403221.adsl.online.nl Received: from [212.64.50.33] ([212.64.50.33:15297] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/EC-14306-A98D7B45 for ; Thu, 15 Jan 2015 10:11:22 -0500 To: internals@lists.php.net Date: Thu, 15 Jan 2015 16:11:19 +0100 Message-ID: References: <2sifbatnqq22e8pfunkh575o1plj81rk7j@4ax.com> 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: [PHP-DEV] Re: Top 10 Pecl extensions PHP7 compatibility From: phpdev@ehrhardt.nl (Jan Ehrhardt) Benjamin Eberlei in php.internals (Thu, 15 Jan 2015 15:53:43 +0100): >Not sure how that helps, since you would tag versions anyways using semver, >so if there is a master vs next/phpng branch, then they might still result >in two tags v1.0 and v2.0 and there is no way to automatically resolve this. The branch name convention was meant for those developers that want to maintain the same version for both PHP7 and PHP5.x. In thoese cases there is no difference in version tags. Just a git checkout -b phpng if you want the PHP7 branch. See for instance http://git.php.net/?p=pecl/http/pecl_http.git;a=shortlog;h=refs/heads/phpng Jan