A recent installation of PHP7.4, after successful installation using PECL to install the extension to report an error
In file included from /usr/local/Cellar/[email protected]/7.4.13_1/include/php/Zend/zend.h:356: /usr/local/Cellar/[email protected]/7.4.13_1/include/php/Zend/zend_operators.h:523:10: error: 'asm goto' constructs are not supported yet __asm__ goto( ^ /usr/local/Cellar/[email protected]/7.4.13_1/include/php/Zend/zend_operators.h:586:10: error: 'asm goto' constructs are not supported yet __asm__ goto( ^ /usr/local/Cellar/[email protected]/7.4.13_1/include/php/Zend/zend_operators.h:656:10: error: 'asm goto' constructs are not supported yet __asm__ goto( ^ /usr/local/Cellar/[email protected]/7.4.13_1/include/php/Zend/zend_operators.h:766:10: error: 'asm goto' constructs are not supported yet __asm__ goto( ^ 4 errors generated. make: *** [src/php7/igbinary.lo] Error 1 ERROR: `make' failed12345678910111213141516
/usr/local/Cellar/[email protected]/7.4.13_1/include/ PHP /Zend/ zend_operator. h
Zend_use_asm_arithmetic = 0
#if defined(HAVE_ASM_GOTO) && !__has_feature(memory_sanitizer) # define ZEND_USE_ASM_ARITHMETIC 0 #else # define ZEND_USE_ASM_ARITHMETIC 0 #endif12345
Never mind that both values of # are set to 0
Read More:
- Centos7 offline installation of redis and PHP extension redis
- Solution to unknown internal error in StarUML installation extension
- Error report on startup of rabbitmq in MAC installation error:epmd error for host xiongmindeMacBook-Pro: timeout
- Error prompt of MAPP opening PHP under Mac OS
- PHP under linux uses pdo-dblib to connect to mssql to report an error solution. Error message: SQLSTATE[01002] Adaptive Server connection failed (severity 9)
- Error report and solution of PHP module introduced by Apache
- Nginx installation in MAC
- Solution to the flash back, error report and unexpected exit of idea MAC windows
- Installation and use of graphviz under mac
- Mac ports installation software prompts “warning: xcodebuild exists but failed to execute”
- Install Oracle VM VirtualBox Extension Pack failed to install the extension pack
- 2019.11.14 Mac uses brew to report an error: parent directory is world writable but not sticky
- Installation of Python on MAC
- [Linux] MAC installation pyfasttext error
- Mac installation dart error curl: (35) libresssl SSL_ connect: SSL_ ERROR_ SYSCALL in connection to storage.googleapis.co
- Solution of connection error report in MySQL installation
- Mac installation software, error permission denied @ unlink_ internal
- Python MAC installation mysqlclient package error “error: Command ‘clang’ failed with exit status 1” solution
- Beatifulsoup MAC installation solution Python 3
- After upgrading php7, PHP program prompts an error: operator not supported for strings in causes and Solutions