]> granicus.if.org Git - php/commitdiff
Update README.GIT-RULES
authorGabriel Caruso <carusogabriel34@gmail.com>
Thu, 8 Feb 2018 13:03:49 +0000 (11:03 -0200)
committerJoe <krakjoe@php.net>
Thu, 8 Feb 2018 16:52:51 +0000 (17:52 +0100)
README.GIT-RULES

index 6ee3585931eed7ece54afda6f1457e703b86c277..1a0c1aebaeeeee7d27747cc9f8f0d9c4c36c62f7 100644 (file)
@@ -44,17 +44,20 @@ Having said that, here are the organizational rules::
 
 Currently we have the following branches in use::
 
-  master    The active development branch. 
+  master    The active development branch.
 
-  PHP-7.1   Is used to release the PHP 7.1.x series. This is a prerelease
-            version.
-
-  PHP-7.0   Is used to release the PHP 7.0.x series. This is a current
+  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.
 
-  PHP-5.6   Is used to release the PHP 5.6.x series. This is a current
+  PHP-7.1   Is used to release the PHP 7.1.x series. This is a current
             stable version and is open for bugfixes 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-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.5   This branch is closed.
 
   PHP-5.4   This branch is closed.
@@ -110,7 +113,7 @@ The format of the commit messages is pretty simple.
 An Example from the git project (commit 2b34e486bc):
 
 pack-objects: Fix compilation with NO_PTHREDS
-  
+
 It looks like commit 99fb6e04 (pack-objects: convert to use
 parse_options(), 2012-02-01) moved the #ifdef NO_PTHREDS around but
 hasn't noticed that the 'arg' variable no longer is available.