This repository was archived by the owner on Aug 24, 2021. It is now read-only.
File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,24 @@ Having said that, here are the organizational rules::
44
44
45
45
Currently we have the following branches in use::
46
46
47
- master The active development branch.
47
+ master Active development branch for PHP 8.0, which is open for
48
+ backwards incompatible changes and major internal API changes.
49
+
50
+ PHP-7.4 Active development branch for PHP 7.4, which is open for
51
+ new features and minor internal API changes.
48
52
49
53
PHP-7.3 Is used to release the PHP 7.3.x series. This is a current
50
- non stable version and is open for bugfixes and minor improvements
51
- only.
54
+ stable version and is open for bugfixes only.
52
55
53
56
PHP-7.2 Is used to release the PHP 7.2.x series. This is a current
54
57
stable version and is open for bugfixes only.
55
58
56
59
PHP-7.1 Is used to release the PHP 7.1.x series. This is an old
57
60
stable version and is open for security fixes only.
58
61
59
- PHP-7.0 Is used to release the PHP 7.0.x series. This is an old
60
- stable version and is open for security fixes only.
62
+ PHP-7.0 This branch is closed.
61
63
62
- PHP-5.6 Is used to release the PHP 5.6.x series. This is an old
63
- stable version and is open for security fixes only.
64
+ PHP-5.6 This branch is closed.
64
65
65
66
PHP-5.5 This branch is closed.
66
67
You can’t perform that action at this time.
0 commit comments