@@ -35,7 +35,7 @@ If you are fixing a bug, then please submit your PR against the lowest actively
35
35
supported branch of PHP that the bug affects (only green branches on
36
36
[ the supported version page] ( https://www.php.net/supported-versions.php ) are
37
37
supported). For example, at the time of writing, the lowest supported version is
38
- PHP 7.2 , which corresponds to the ` PHP-7.2 ` branch in Git. Please also make sure
38
+ PHP 7.3 , which corresponds to the ` PHP-7.3 ` branch in Git. Please also make sure
39
39
you add a link to the PR in the bug on [ the bug tracker] ( https://bugs.php.net/ ) .
40
40
41
41
Pull requests implementing RFCs should be submitted against ` master ` .
@@ -333,8 +333,8 @@ Currently we have the following branches in use:
333
333
| master | Active development branch for PHP 8.0, which is open for backwards incompatible changes and major internal API changes. |
334
334
| PHP-7.4 | Active development branch for PHP 7.4, which is open for new features and minor internal API changes. |
335
335
| 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. |
336
- | 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. |
337
- | 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 . |
336
+ | 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. |
337
+ | PHP-7.1 | This branch is closed . |
338
338
| PHP-7.0 | This branch is closed. |
339
339
| PHP-5.6 | This branch is closed. |
340
340
| PHP-5.5 | This branch is closed. |
@@ -348,8 +348,8 @@ Currently we have the following branches in use:
348
348
The next few rules are more of a technical nature:
349
349
350
350
1 . All non-security bugfix changes should first go to the lowest bugfix branch
351
- (i.e. 7.2 ) and then get merged up to all other branches. All security fixes
352
- should go to the lowest security fixes branch (i.e 7.1 ). If a change is not
351
+ (i.e. 7.3 ) and then get merged up to all other branches. All security fixes
352
+ should go to the lowest security fixes branch (i.e 7.2 ). If a change is not
353
353
needed for later branches (i.e. fixes for features which were dropped from
354
354
later branches) an empty merge should be done.
355
355
0 commit comments