]> granicus.if.org Git - php/commitdiff
Upgrade branches in GIT-RULES
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 28 Jan 2019 09:39:32 +0000 (10:39 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 28 Jan 2019 10:17:30 +0000 (11:17 +0100)
README.GIT-RULES

index 7c58f968b1c337fe114dbf1e67b3ac22cdb1b56e..5525e30e4da9060009e9ce61658e396360374672 100644 (file)
@@ -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.