We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459a095 commit 4ad3a0aCopy full SHA for 4ad3a0a
main/php_main.h
@@ -101,7 +101,7 @@ PHPAPI bool php_tsrm_startup(void);
101
102
#ifndef PHP_BUILD_ARCH
103
# if defined(__x86_64__)
104
-# define PHP_BUILD_ARCH "x86_64"
+# define PHP_BUILD_ARCH "x64"
105
# elif defined(__i386__)
106
# define PHP_BUILD_ARCH "x86"
107
# elif defined(__aarch64__)
0 commit comments