forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,9 +51,7 @@ Currently we have the following branches in use:: | |
PHP-5.4 Is used to release the PHP 5.4.x series. This is a current | ||
stable version and is open for bugfixes only. | ||
|
||
PHP-5.3 Is used to release the PHP 5.3.x series. This is currently | ||
in extended support and open forsecurity fixes only. Triaged | ||
via [email protected] | ||
PHP-5.3 This branch is closed. | ||
|
||
PHP-5.2 This branch is closed. | ||
|
||
|
@@ -63,7 +61,7 @@ Currently we have the following branches in use:: | |
|
||
The next few rules are more of a technical nature:: | ||
|
||
1. All changes should first go to the lowest branch (i.e. 5.3) and then | ||
1. All changes should first go to the lowest branch (i.e. 5.4) and then | ||
get merged up to all other branches. If a change is not needed for | ||
later branches (i.e. fixes for features which where dropped from later | ||
branches) an empty merge should be done. | ||
|