From: Johannes Schlüter Date: Fri, 19 Jul 2013 20:05:52 +0000 (+0200) Subject: Mention git and suggest PECL for new things X-Git-Tag: php-5.6.0alpha1~377^2~1^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7daf1a6c1473e4d5f414256c02944527f2ec3c63;p=php Mention git and suggest PECL for new things --- 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 -----------------------------------