Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102162 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12241 invoked from network); 5 Jun 2018 10:37:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2018 10:37:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.17.21 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.17.21 mout.gmx.net Received: from [212.227.17.21] ([212.227.17.21:57459] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/4C-62758-2F7661B5 for ; Tue, 05 Jun 2018 06:37:38 -0400 Received: from [192.168.2.114] ([79.222.47.197]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MTBfe-1fomvQ3GDO-00S7Zn for ; Tue, 05 Jun 2018 12:37:34 +0200 To: PHP internals Message-ID: Date: Tue, 5 Jun 2018 12:37:35 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:8zheJvcWsNKYw+dZjuJ3e7pejWVw4EwQzFdG2uxPnFX+q6Lj0sy BpRBB8sPuJ369dM3punqYLzeHApD3OEhXOcRTDoqkByog0Dye8MiH6NFjj+znSNDYMJ0ouX SE2qwE1dqeF/p+BvEKPsSuQIO6C3CYx15QSJ6mh7QKpIYp+qC5NmRDEBXczAlPtvvypOIU4 4OUoev4u2607hn6QIHTCg== X-UI-Out-Filterresults: notjunk:1;V01:K0:bEgM8Ihd7m8=:dETxTxaYhb6blj6hmglL8D Zc2nmnOh9OiASI0aGQVcNiGcMGiaW2t2R3WmJQO1xnclqrzrB057Q1+v1YeDgB8GeedsMsOH2 t0p9bQR3kKq/8X3lEkqwgbEl8LNfsFl6XkDn1xsyJ4MIeIVro8XUVuOl+OHiTIXz+p0RuHayj K4WdddmYUUxISk2ImcXb6iz7H4POItcOkChU5mPPC7lrASNbsRoQ7yUVpJK4kJu7kCprWTjeN nIaEm0EEag4HcMA1UJYkKfdsM3+oHc6a7v3LRGuv0y8EV/etwgskS5jif8AuciLVKztqTBc6I DQpnsSnrQWRe+DtVtjI+OCg0IMt9kvlM+q5k4eq1ATvGNs7UrJNYzdIFsMNUPo5ulgH/Rbf72 zl35FH079qK8ZDwwEVhb9ie1fNBVOcBMsEnquE/vja4eiO5UWAp24GI1x3U80CciGww6EDD1q dGs4o5ZJLZHK00EocA+ghvXzOKwQF5K8keq5wq5Dh754GeSgjLv7fYLTN0KAAFMNOO/Xg5H6J hn3huSxDqvbFsFMxKN6/AFcFkxtlqi+p4Hh/A174+bDdMeEdbVORg+Lvsx+tmZvxVhfxy2OPa 1D17FxDpi8PFUU/TcArl9TX57WkGTySN+GInCR8AUBgULVLzgezEVXGgo2Rl5BwwGk4MU3TBx 3EM9yaG095h1/Df8r66c+ilonU+hGtAU+9Od99zDX2Z0noYi4+7K4Pn08/lnZmiF39PHQybCo uk3k2xszeS0/9/0wRKFKV08hRGfsq+anha37CLvRFI55iMKLeF2NpoMGTq50Sr5fhGObXMpaZ DoTduO7 Subject: README.RELEASE_PROCESS: misleading branching info? From: cmbecker69@gmx.de ("Christoph M. Becker") Hi! README.RELEASE_PROCESS[1] states in the “Rolling a non stable release (alpha/beta/RC)” section[2]: | 4. Checkout the release branch for this release (e.g., PHP-5.4.2) from | the main branch. However, it seems that the PHP-x.y.z release branch is usually only cut shortly before GA[3]. Furthermore, the “Forking a new release branch” section states that the PHP-x.y branch is supposed to be cut shortly before the first beta release[4]. So what is the proper procedure here? [1] [2] [3] [4] -- Christoph M. Becker