swoole / swoole-src

🚀 Coroutine-based concurrency library for PHP
https://www.swoole.com
Apache License 2.0
18.25k stars 3.16k forks source link

php.ini enable swoole extension composer error : segmentation fault php composer #5302

Closed ajf12f closed 3 weeks ago

ajf12f commented 3 weeks ago

Please answer these questions before submitting your issue.

  1. What did you do? If possible, provide a simple script for reproducing the error.

php 8.3.4

php.ini enable swoole extension, composer error !

extension="swoole.so"

segmentation fault php composer

ajf12f commented 3 weeks ago

like https://github.com/composer/composer/issues/10317

webard commented 3 weeks ago

It is bug in 5.1.1, so compile 5.1.2 from sources or wait for 5.1.3 which will be available in PECL.

ajf12f commented 3 weeks ago

It is bug in 5.1.1, so compile 5.1.2 from sources or wait for 5.1.3 which will be available in PECL.

thanks! it's work for me;