Edit report at https://bugs.php.net/bug.php?id=80607&edit=1
ID: 80607 Updated by: der...@php.net Reported by: seb at seblog dot nl Summary: Cannot install via Pecl in PHP 8.0.1 due to unsupported 'asm goto' -Status: Open +Status: Duplicate Type: Bug Package: PECL Operating System: macOS 10.15.7 PHP Version: 8.0.1 Block user comment: N Private report: N New Comment: Duplicate of #75951 Previous Comments: ------------------------------------------------------------------------ [2021-01-08 17:24:58] seb at seblog dot nl Description: ------------ First off: I have no idea what I am doing. Sorry about that. I'm trying to be helpful. I tried installing the phpredis extension for PHP 8.0.1 via PECL (but tried to install swoole too, to pinpoint the error: that had the same issue, so I think it's PECL itself). The installation ends with the error: "'asm goto' constructs are not supported" for the file `php/8.0.1/include/php/Zend/zend_operators.h` on locations 541:10, 604:10, 674:10 and 784:10. When I look at Github for a blame of that file, I come across this commit for 8.0.1: https://github.com/php/php-src/commit/33bf1495b215d555d45ec638376bd434d8a038b3 And when I, not held back by any knowledge of things, change the `1` in `# define ZEND_USE_ASM_ARITHMETIC 1` on line 512 to `0`... I seems to turn off the use of `goto` stuff, so the installation succeeds and now I can use the Redis class again. ... so, my problem is 'solved', but there is something not right. I'm happy to provide additional information, if that is useful. Thanks for making PHP! ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=80607&edit=1 -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php