summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-12-17 20:01:18 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-12-17 20:01:18 +0100
commit9458f7e2d819869ed45a2241c635edffee6814e6 (patch)
treed11bc3378fb9536f24d2db1f6889c3c4ebe996b3 /CONTRIBUTING.md
parent250416ccb1a61374802f6583361c4d4fea3fe69c (diff)
downloadphp-git-9458f7e2d819869ed45a2241c635edffee6814e6.tar.gz
More updates to CONTRIBUTING.md
7.4 is stable.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c4faaac4b6..5443be45f6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -331,7 +331,7 @@ Currently we have the following branches in use:
| 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.4 | Is used to release the PHP 7.4.x series. This is a current stable version and is open for bugfixes only. |
| PHP-7.3 | Is used to release the PHP 7.3.x series. This is a current stable version and is open for bugfixes only. |
| PHP-7.2 | Is used to release the PHP 7.2.x series. This is an old stable version and is open for security fixes only. |
| PHP-7.1 | This branch is closed. |