summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-28 08:33:09 +0100
committerRemi Collet <remi@php.net>2021-01-04 10:13:54 +0100
commit9bf43c45908433d382f0499d529849172d0d8206 (patch)
tree3819cdc074b50652240f3a7ec0b5976f989bd5b7 /sapi
parentb30462beadc60abaa983acd6613b5c83994f435e (diff)
downloadphp-git-9bf43c45908433d382f0499d529849172d0d8206.tar.gz
rename COMPILER and ARCHITECTURE macro (too generic)
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cli/php_cli.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c
index 5092fb0ffd..9d296acec6 100644
--- a/sapi/cli/php_cli.c
+++ b/sapi/cli/php_cli.c
@@ -645,12 +645,12 @@ static int do_cli(int argc, char **argv) /* {{{ */
#else
"NTS "
#endif
-#ifdef COMPILER
- COMPILER
+#ifdef PHP_BUILD_COMPILER
+ PHP_BUILD_COMPILER
" "
#endif
-#ifdef ARCHITECTURE
- ARCHITECTURE
+#ifdef PHP_BUILD_ARCH
+ PHP_BUILD_ARCH
" "
#endif
#if ZEND_DEBUG