]> granicus.if.org Git - php/commitdiff
Multi-branch test commit to see if email notifications are working
authorRasmus Lerdorf <rasmus@php.net>
Fri, 17 Jul 2009 04:26:33 +0000 (04:26 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 17 Jul 2009 04:26:33 +0000 (04:26 +0000)
CODING_STANDARDS

index 06cfa8be01398ec0cf004ab28c6b541beed2d361..ae8ee041902118e770d791a62467ac79e3bcdda3 100644 (file)
@@ -59,8 +59,8 @@ Exceptions:
     you're calling.
 
 7.  When commenting out code using a #if statement, do NOT use 0 only. Instead
-    use "<cvs username here>_0". For example, #if FOO_0, where FOO is your
-    cvs user foo.  This allows easier tracking of why code was commented out,
+    use "<svn username here>_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