当前位置:网站首页>Php7.4 arm environment compilation and installation error invalid 'ASM': invalid operate prefix '%c'

Php7.4 arm environment compilation and installation error invalid 'ASM': invalid operate prefix '%c'

2022-06-25 21:17:00 Dawu Xiaodong

In file included from /usr/local/php7/src/php-7.4.22/Zend/zend.h:356:0,
                 from /usr/local/php7/src/php-7.4.22/main/php.h:33,
                 from /usr/local/php7/src/php-7.4.22/ext/standard/array.c:24:
/usr/local/php7/src/php-7.4.22/ext/standard/array.c: In function 'zif_array_sum':
/usr/local/php7/src/php-7.4.22/Zend/zend_operators.h:674:2: error: invalid 'asm': invalid operand prefix '%c'

bug Address : https://bugs.php.net/bug.php?id=81124
 Insert picture description here
terms of settlement
modify Zend/zend_operators.h In file ZEND_USE_ASM_ARITHMETIC Values are 0 that will do .

# define ZEND_USE_ASM_ARITHMETIC 1
#else
# define ZEND_USE_ASM_ARITHMETIC 0
#endif
原网站

版权声明
本文为[Dawu Xiaodong]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202181331573123.html