Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67689 invoked from network); 14 Sep 2015 20:43:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2015 20:43:20 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:53429] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/23-48700-66137F55 for ; Mon, 14 Sep 2015 16:43:19 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 7B7F06D20CA; Mon, 14 Sep 2015 22:43:15 +0200 (CEST) Received: from w530phpdev (pD9FE88ED.dip0.t-ipconnect.de [217.254.136.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id EABA96D20C9; Mon, 14 Sep 2015 22:43:11 +0200 (CEST) To: "'PHP internals'" Cc: "'Stanislav Malyshev'" , "'Julien Pauli'" , "'Ferenc Kovacs'" , "'Kalle Sommer Nielsen'" Date: Mon, 14 Sep 2015 22:43:09 +0200 Message-ID: <032b01d0ef2d$f9954320$ecbfc960$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdDu22MixR9oxGXcSm6RmHdtfbTnaQ== Content-Language: en-us Subject: PHP-7.0 branched From: anatol.php@belski.net ("Anatol Belski") Hi, As was announced a couple of months ago, PHP 7.0 should get its own branch when PHP 5.4 goes EOL. 5.4 has reached its EOL today, thus PHP-7.0 was just branched out. This means, it turns back to the usual commit workflow. As of now, any patches targeting 7.0 have to be merged into PHP-7.0 and then into master. In general, there are two commit flows for the normal bug fixing in the active branches ATM 7.0 => master 5.6 => 7.0 => master The documentation regarding the git process, as well as bugs.php.net and lxr.php.net will be updated soon. The NEWS file in master should contain the entries relevant for master only. The entries relevant to PHP 7.0 should go into NEWS in the PHP-7.0 branch, not into master anymore. Regards Anatol