From: Yasuo Ohgaki Date: Thu, 28 Feb 2002 06:31:09 +0000 (+0000) Subject: Recommend ZEND_* macro over PHP_* macro as discussed in php-dev. X-Git-Tag: php-4.2.0RC1~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0c2defe8eac43fb9cf43ce7499319f72ea105de;p=php Recommend ZEND_* macro over PHP_* macro as discussed in php-dev. --- 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 ------------------