diff options
-rw-r--r-- | CODING_STANDARDS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index f2b675c80e..cf6455bf7d 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -60,6 +60,9 @@ Exceptions: check its man page again, and only then, consider using it, and even then, try avoiding it. +[7] Use ZEND_* macro instead of PHP_* macro. Use of PHP_* macros are + not recommended. Since most of PHP_* macros are ZEND_* macro alias, use of + PHP_* macro makes browsing source with tag search harder. Naming Conventions ------------------ |