Skip to content

Commit 2c00988

Browse files
committed
- Update
1 parent ca63423 commit 2c00988

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.CVS-RULES

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,22 @@ Having said that, here are the organizational rules:
2929
5. If you don't know how to do something, ask first!
3030

3131
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.
3236

3337
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.
4048

4149
The next few rules are more of a technical nature.
4250

0 commit comments

Comments
 (0)