File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,22 @@ Having said that, here are the organizational rules:
29
29
5. If you don't know how to do something, ask first!
30
30
31
31
6. Test your changes before committing them. We mean it. Really.
32
+ To do so use "make test".
33
+
34
+ 7. For development use the --enable-maintainer-zts switch to ensure your
35
+ code handles TSRM correctly and doesn't break for thos who need that.
32
36
33
37
Currently we have the following branches in use:
34
- HEAD Will become PHP 5.1. This CVS branch is for active development.
35
- PHP_5_0 Is used to release the PHP 5.0.x series. Only minor feature
36
- enhancements may go in here, but please keep that as infrequent as
37
- possible.
38
- PHP_4_3 Is used to release the PHP 4.3.x series. Only bugfixes are permitted
39
- on this branch.
38
+ HEAD Will become PHP 6.0. This CVS branch is for active development.
39
+ PHP_5_2 Is used to release the PHP 5.2.x series. Only minor feature
40
+ enhancements may go in here, but please keep that as infrequent as
41
+ possible.
42
+ PHP_5_1 Is used to release the PHP 5.1.x series. Only bugfixes are permitted
43
+ on this branch (Consult the releasemaster prior to commit).
44
+ PHP_5_0 This branch is closed.
45
+ PHP_4_4 Is used to release the PHP 4.4.x series. Only bugfixes are permitted
46
+ on this branch (Consult the releasemaster prior to commit).
47
+ PHP_4_3 This branch is closed.
40
48
41
49
The next few rules are more of a technical nature.
42
50
You can’t perform that action at this time.
0 commit comments