summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-05-21 09:12:34 +0000
committerMarcus Boerger <helly@php.net>2006-05-21 09:12:34 +0000
commitabcee636358085db83be29b6ddaa8e53b65a6e39 (patch)
treeec9f484732d711328561cfcb32dfa00a92af3d05
parent290ed55060e39db29932bb2e335b93d5ce374101 (diff)
downloadphp-git-abcee636358085db83be29b6ddaa8e53b65a6e39.tar.gz
- Update
-rw-r--r--README.CVS-RULES16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.CVS-RULES b/README.CVS-RULES
index 43240c816b..1075f82203 100644
--- a/README.CVS-RULES
+++ b/README.CVS-RULES
@@ -29,14 +29,22 @@ Having said that, here are the organizational rules:
5. If you don't know how to do something, ask first!
6. Test your changes before committing them. We mean it. Really.
+ To do so use "make test".
+
+ 7. For development use the --enable-maintainer-zts switch to ensure your
+ code handles TSRM correctly and doesn't break for thos who need that.
Currently we have the following branches in use:
HEAD Will become PHP 6.0. This CVS branch is for active development.
-PHP_5_1 Is used to release the PHP 5.1.x series. Only minor feature
- enhancements may go in here, but please keep that as infrequent as
- possible.
+PHP_5_2 Is used to release the PHP 5.2.x series. Only minor feature
+ enhancements may go in here, but please keep that as infrequent as
+ possible.
+PHP_5_1 Is used to release the PHP 5.1.x series. Only bugfixes are permitted
+ on this branch (Consult the releasemaster prior to commit).
+PHP_5_0 This branch is closed.
PHP_4_4 Is used to release the PHP 4.4.x series. Only bugfixes are permitted
- on this branch.
+ on this branch (Consult the releasemaster prior to commit).
+PHP_4_3 This branch is closed.
The next few rules are more of a technical nature.