Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80548 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95991 invoked from network); 15 Jan 2015 15:23:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 15:23:57 -0000 Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.182 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.182 mail-we0-f182.google.com Received: from [74.125.82.182] ([74.125.82.182:36790] helo=mail-we0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/0E-14306-C8BD7B45 for ; Thu, 15 Jan 2015 10:23:56 -0500 Received: by mail-we0-f182.google.com with SMTP id w62so15246685wes.13 for ; Thu, 15 Jan 2015 07:23:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PLcX3OGrN52NYpHZga2mbt7f2IUmK27+ualv6KRiqRk=; b=VLwyPbSBNoqHN1BNj/QVswA9YiSX/kRWgLJmgTPNx7DNURWR3h1E2hqchm+P5rXKd7 Ec2Q8cevbiBzrUxEdSi3w0w7aohN2xP6oZfWVjFRLnr/PMQIAOBb6k+jqFCvKGjx2KTg DLUxz7mBnEmfdxzld1TNkxTYyNPH46kLYap6AE2KoZBHMQ3sXpBZs5WkBnV8ARFgWXRo b9ujeQPT5LBTbO+tzvDLzmNd2wyYIA7G17WyMR/jCeM1Fy7pRNeDdheTrsSR3UiMtfqf rui3tawuTw2k5FpNGjs03vOcOLinBtlYgXwZCYCZS1pFamxC5gC9p+PsxxKR4bOSBxy5 cauA== X-Gm-Message-State: ALoCoQnUDu1OvDKAPvRpCqozZuIeCNdKkXIepGqnSURw88iwLDJPGh8u8LtqidGysHaW0HmPyW1m MIME-Version: 1.0 X-Received: by 10.194.10.68 with SMTP id g4mr3413925wjb.5.1421335433742; Thu, 15 Jan 2015 07:23:53 -0800 (PST) Received: by 10.194.57.73 with HTTP; Thu, 15 Jan 2015 07:23:53 -0800 (PST) X-Originating-IP: [77.13.198.204] In-Reply-To: References: <2sifbatnqq22e8pfunkh575o1plj81rk7j@4ax.com> Date: Thu, 15 Jan 2015 16:23:53 +0100 Message-ID: To: Jan Ehrhardt Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b5d997fa2a3aa050cb2719b Subject: Re: [PHP-DEV] Re: Top 10 Pecl extensions PHP7 compatibility From: kontakt@beberlei.de (Benjamin Eberlei) --047d7b5d997fa2a3aa050cb2719b Content-Type: text/plain; charset=UTF-8 On Thu, Jan 15, 2015 at 4:11 PM, Jan Ehrhardt wrote: > 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. > Oh ok my bad. I was under the impression this was for distro/packaging reasons or something as a convention. > > See for instance > http://git.php.net/?p=pecl/http/pecl_http.git;a=shortlog;h=refs/heads/phpng > > Jan > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7b5d997fa2a3aa050cb2719b--