From: Rasmus Lerdorf Date: Fri, 17 Jul 2009 04:26:33 +0000 (+0000) Subject: Multi-branch test commit to see if email notifications are working X-Git-Tag: php-5.4.0alpha1~191^2~3088 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f71490c3b774ad7ae653fb410dbe580b8375bb0e;p=php Multi-branch test commit to see if email notifications are working --- diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 06cfa8be01..ae8ee04190 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -59,8 +59,8 @@ Exceptions: you're calling. 7. When commenting out code using a #if statement, do NOT use 0 only. Instead - use "_0". For example, #if FOO_0, where FOO is your - cvs user foo. This allows easier tracking of why code was commented out, + use "_0". For example, #if FOO_0, where FOO is your + svn user foo. This allows easier tracking of why code was commented out, especially in bundled libraries. 8. Do not define functions that are not available. For instance, if a