summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-07-19 22:05:52 +0200
committerJohannes Schlüter <johannes@php.net>2013-07-19 22:05:52 +0200
commit7daf1a6c1473e4d5f414256c02944527f2ec3c63 (patch)
treef352240e6d1df43438eeb5606a08ce4dde1cabc2 /CODING_STANDARDS
parentb278aba429ee86574f3f02294ffbcd4e858b15b1 (diff)
downloadphp-git-7daf1a6c1473e4d5f414256c02944527f2ec3c63.tar.gz
Mention git and suggest PECL for new things
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r--CODING_STANDARDS5
1 files changed, 4 insertions, 1 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 7413be453c..16ec36b681 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -259,7 +259,10 @@ The file labelled 'EXPERIMENTAL' should include the following
information::
Any authoring information (known bugs, future directions of the module).
- Ongoing status notes which may not be appropriate for SVN comments.
+ Ongoing status notes which may not be appropriate for Git comments.
+
+In general new features should go to PECL or experimental branches until
+there are specific reasons for directly adding it to the core distribution.
Aliases & Legacy Documentation
-----------------------------------