File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -38,21 +38,26 @@ Having said that, here are the organizational rules::
38
38
6. Test your changes before committing them. We mean it. Really.
39
39
To do so use "make test".
40
40
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.
43
44
44
45
Currently we have the following branches in use::
45
46
46
47
master The active development branch.
47
48
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
+
48
55
PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
49
56
stable version and is open for bugfixes only.
50
57
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.
53
59
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.
56
61
57
62
PHP-5.3 This branch is closed.
58
63
You can’t perform that action at this time.
0 commit comments