From e916a234be3015392313e274f783e4565da2f70c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 28 Jan 2019 10:39:32 +0100 Subject: [PATCH] Upgrade branches in GIT-RULES --- README.GIT-RULES | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.GIT-RULES b/README.GIT-RULES index 7c58f968b1..5525e30e4d 100644 --- a/README.GIT-RULES +++ b/README.GIT-RULES @@ -44,11 +44,14 @@ Having said that, here are the organizational rules:: Currently we have the following branches in use:: - master The active development branch. + master Active development branch for PHP 8.0, which is open for + backwards incompatible changes and major internal API changes. + + PHP-7.4 Active development branch for PHP 7.4, which is open for + new features and minor internal API changes. PHP-7.3 Is used to release the PHP 7.3.x series. This is a current - non stable version and is open for bugfixes and minor improvements - only. + stable version and is open for bugfixes only. PHP-7.2 Is used to release the PHP 7.2.x series. This is a current stable version and is open for bugfixes only. @@ -56,11 +59,9 @@ Currently we have the following branches in use:: PHP-7.1 Is used to release the PHP 7.1.x series. This is an old stable version and is open for security fixes only. - PHP-7.0 Is used to release the PHP 7.0.x series. This is an old - stable version and is open for security fixes only. + PHP-7.0 This branch is closed. - PHP-5.6 Is used to release the PHP 5.6.x series. This is an old - stable version and is open for security fixes only. + PHP-5.6 This branch is closed. PHP-5.5 This branch is closed. -- 2.50.1