summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-07-17 04:26:33 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-07-17 04:26:33 +0000
commit4fdd6bacb7da3c0c165c40a3045dab94084d0898 (patch)
treeb126ea3a65d7a7c3ea34f59ce21f5401b4ff056a /CODING_STANDARDS
parent326cb1bb0f4662818cc398177151218dbc758a1c (diff)
downloadphp-git-4fdd6bacb7da3c0c165c40a3045dab94084d0898.tar.gz
Multi-branch test commit to see if email notifications are working
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r--CODING_STANDARDS4
1 files changed, 2 insertions, 2 deletions
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 "<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