From a0c2defe8eac43fb9cf43ce7499319f72ea105de Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 28 Feb 2002 06:31:09 +0000 Subject: [PATCH] Recommend ZEND_* macro over PHP_* macro as discussed in php-dev. --- CODING_STANDARDS | 3 +++ 1 file changed, 3 insertions(+) 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 ------------------ -- 2.50.1