Skip to content

Commit a287430

Browse files
authored
CONTRIBUTING.md: Update branch status (#21796)
1 parent 8b34389 commit a287430

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -356,30 +356,21 @@ Having said that, here are the organizational rules:
356356
`--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
357357
break for those who need that.
358358

359-
Currently, we have the following branches in use:
360-
361-
| Branch | |
362-
| --------- | --------- |
363-
| master | Active development branch for PHP 8.6, which is open for backwards incompatible changes and major internal API changes. |
364-
| PHP-8.5 | Is used to release the PHP 8.5.x series. This is a current stable version and is open for bugfixes only. |
365-
| PHP-8.4 | Is used to release the PHP 8.4.x series. This is a current stable version and is open for bugfixes only. |
366-
| PHP-8.3 | Is used to release the PHP 8.3.x series. This is a current stable version and is open for bugfixes only. |
367-
| PHP-8.2 | Is used to release the PHP 8.2.x series. This is an old stable version and is open for security fixes only. |
368-
| PHP-8.1 | Is used to release the PHP 8.1.x series. This is an old stable version and is open for security fixes only. |
369-
| PHP-8.0 | This branch is closed. |
370-
| PHP-7.4 | This branch is closed. |
371-
| PHP-7.3 | This branch is closed. |
372-
| PHP-7.2 | This branch is closed. |
373-
| PHP-7.1 | This branch is closed. |
374-
| PHP-7.0 | This branch is closed. |
375-
| PHP-5.6 | This branch is closed. |
376-
| PHP-5.5 | This branch is closed. |
377-
| PHP-5.4 | This branch is closed. |
378-
| PHP-5.3 | This branch is closed. |
379-
| PHP-5.2 | This branch is closed. |
380-
| PHP-5.1 | This branch is closed. |
381-
| PHP-4.4 | This branch is closed. |
382-
| PHP-X.Y.Z | These branches are used for the release managers for tagging the releases, hence they are closed to the general public. |
359+
The master branch is an active development branch for the newest version of PHP,
360+
which is open for backwards incompatible changes and major internal API changes.
361+
362+
For PHP-X.Y branches, they are used to release the PHP X.Y.z series. Please see
363+
the [supported versions page](https://www.php.net/supported-versions.php) to get
364+
the status of each version.
365+
366+
If a version is described as "Active support", the corresponding branch is a
367+
current stable version and is open for bugfixes only. If a version is described
368+
as "Security fixes only", the corresponding branch is an old stable version
369+
and is open for security fixes only. If a version is described as "End of life",
370+
the corresponding branch is closed.
371+
372+
Note that PHP-X.Y.Z branches are used for the release managers for tagging the
373+
releases, hence they are closed to the general public.
383374

384375
The next few rules are more of a technical nature:
385376

0 commit comments

Comments
 (0)