Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103436 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 53635 invoked from network); 15 Nov 2018 18:07:16 -0000 Received: from unknown (HELO mail-it1-f174.google.com) (209.85.166.174) by pb1.pair.com with SMTP; 15 Nov 2018 18:07:16 -0000 Received: by mail-it1-f174.google.com with SMTP id e11so29461078itl.5 for ; Thu, 15 Nov 2018 06:27:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=QTbqdUH1eDhIR/klxG6dAYjLY4l+NM82ziP7SzrpfWc=; b=OJtrj1EVhZ5GgFRt3gbRLC803EgnDKMEMP838k4wvpTBd2DTTufpMlb+rv7eI/DFB5 IK3FcWDoALvo/cFeUzGkcLRC8vCte3E6APjZTh3rynq4bU17QQpue4yx7U2gMujJO9l+ zynAAWN/Q/Z9aWPt+sTopgJOWLnkIn2sdeINTQ8H/zsnmBPx8lw8463myVLzHe+ldQJd FKwsao9lthtwf/UKDaYa12IsMkm54OmTd94AC0k/f3HOv3wXvbWnzHgDfw2TgtWtaVpr +rbKHc+I6kmwI/MUvI0sp8MeiJrqvu7xGbgwi20c7TibO5JUqLLIVbE6pZum8QIkk/AN LX9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QTbqdUH1eDhIR/klxG6dAYjLY4l+NM82ziP7SzrpfWc=; b=LWQ+Cz+bxRzeGSd1z5uDLjTh5z0zOkGehkRouH/Jlvrf8QVBqGX6tXSBO/k7G7l7i3 Da0kSv53enIX269hPIyaaiJc1Q/bRh2PlNbfS//8lsMlZJreq6/lx9XZylhIqmb/zCFf 5dRkEhtUegEb4mfJ0ZXa2aIt0aW5HuggEbhOBhqMnc9ziGefR7mJcQDjEtd6SsdGWIor DaivbBK82E+AhmOMxCfs+Bd5tdioU2NU6WTGaNcSV6daf/J1iONNO2HotPzkIkOPieyF Us2E9PCq+SDWmafFOh48a11kgzsfTil2VLll45pphfou4qWSmkhnMWcPthK5U01MBnTP 5N9A== X-Gm-Message-State: AGRZ1gKBwnpFIFu2e2XhA4WAmLDJQkgb8Qw8lG5BNK5ZXFuZSWiSMAju ENL1M2hfsAXPDkd5OCJZ40TJn9F216uCbh25lpqRDg== X-Google-Smtp-Source: AFSGD/VnyM09zIy2LyJf0sjVjEQs3mw5wf1fEn+UuMdQOLH3AnjAGoZf92TD5igPhjRdlNm643ZdJ+UxusBy4OVGDZY= X-Received: by 2002:a24:658a:: with SMTP id u132-v6mr6052173itb.110.1542292074713; Thu, 15 Nov 2018 06:27:54 -0800 (PST) MIME-Version: 1.0 Date: Thu, 15 Nov 2018 15:27:37 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000040d933057ab4dbe1" Subject: Branch off PHP-7.4 early From: nikita.ppv@gmail.com (Nikita Popov) --00000000000040d933057ab4dbe1 Content-Type: text/plain; charset="UTF-8" Hi internals, Based on previous discussions, it appears that our current plan is to release PHP 8.0 after PHP 7.4. Normally we only branch off versions once they reach beta stage, which means the PHP-7.4 branch will only be created around summer 2019. I would like to propose to branch off PHP-7.4 earlier this time and start working on PHP 8.0 in the master branch. This will allow people to start working on changes that are not suitable for PHP 7.4 (due to either significant internal ABI breakage, or userland breakage). Because each new branch introduces a lot of merge overhead for contributors, I would further propose that merges should only go up to PHP-7.4, while merges into master (PHP 8) will be performed occasionally, on an as-needed basis, by the people working on it. Regards, Nikita --00000000000040d933057ab4dbe1--