From: nbennett25 at yahoo dot com Operating system: 10.15.7 PHP version: 7.3.27 Package: PECL Bug Type: Bug Bug description:error: 'asm goto' constructs are not supported yet
Description: ------------ php 7.3.26, installed via brew newest version of Xcode cli tools installed running sudo pecl install xdebug yields the following error: /usr/local/Cellar/php@7.3/7.3.26/include/php/Zend/zend_operators.h:486:10: error: 'asm goto' constructs are not supported yet __asm__ goto( ^ /usr/local/Cellar/php@7.3/7.3.26/include/php/Zend/zend_operators.h:536:10: error: 'asm goto' constructs are not supported yet __asm__ goto( ^ /usr/local/Cellar/php@7.3/7.3.26/include/php/Zend/zend_operators.h:593:10: error: 'asm goto' constructs are not supported yet __asm__ goto( ^ /usr/local/Cellar/php@7.3/7.3.26/include/php/Zend/zend_operators.h:683:10: error: 'asm goto' constructs are not supported yet __asm__ goto( Test script: --------------- brew install php@7.3 sudo pecl install xdebug Expected result: ---------------- sudo pecl install xdebug returns successful Actual result: -------------- Error returned -- Edit bug report at https://bugs.php.net/bug.php?id=80939&edit=1 -- Fix committed: https://bugs.php.net/fix.php?id=80939&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=80939&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=80939&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=80939&r=needscript Try newer version: https://bugs.php.net/fix.php?id=80939&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=80939&r=support Expected behavior: https://bugs.php.net/fix.php?id=80939&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=80939&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=80939&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=80939&r=globals PHP version support discontinued: https://bugs.php.net/fix.php?id=80939&r=phptooold Daylight Savings: https://bugs.php.net/fix.php?id=80939&r=dst IIS Stability: https://bugs.php.net/fix.php?id=80939&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=80939&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=80939&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=80939&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=80939&r=mysqlcfg -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php