Skip to content

Commit 59edefa

Browse files
committedAug 18, 2016
Update GIT-RULES release list
[ci skip]
1 parent dd16fea commit 59edefa

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed
 

‎README.GIT-RULES

+11-6
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,26 @@ Having said that, here are the organizational rules::
3838
6. Test your changes before committing them. We mean it. Really.
3939
To do so use "make test".
4040

41-
7. For development use the --enable-maintainer-zts switch to ensure your
42-
code handles TSRM correctly and doesn't break for those who need that.
41+
7. For development use the --enable-debug switch to avoid memory leaks
42+
and the --enable-maintainer-zts switch to ensure your code handles
43+
TSRM correctly and doesn't break for those who need that.
4344

4445
Currently we have the following branches in use::
4546

4647
master The active development branch.
4748

49+
PHP-7.1 Is used to release the PHP 7.1.x series. This is a prerelease
50+
version.
51+
52+
PHP-7.0 Is used to release the PHP 7.0.x series. This is a current
53+
stable version and is open for bugfixes only.
54+
4855
PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
4956
stable version and is open for bugfixes only.
5057

51-
PHP-5.5 Is used to release the PHP 5.5.x series. This is an old
52-
stable version and is open for security fixes only.
58+
PHP-5.5 This branch is closed.
5359

54-
PHP-5.4 Is used to release the PHP 5.4.x series. This is an old
55-
stable version and is open for security fixes only.
60+
PHP-5.4 This branch is closed.
5661

5762
PHP-5.3 This branch is closed.
5863

0 commit comments

Comments
 (0)
Please sign in to comment.