Open eae-omeyer opened 5 days ago
The Swoole extensions is not yet released for PHP 8.4. See the following tracking issue: https://github.com/oerdnj/deb.sury.org/issues/2176
You can also check yourself:
apt list php8.4-swoole
which will yield no results.
Yes, you are right - didn't notice that before :/
Sail Version
1.38.0
Laravel Version
11.33.2
PHP Version
8.4
Operating System
Windows (WSL)
OS Version
11
Description
On startup with enabled swoole configuration, the error "The Swoole extension is missing." is shown. Unable to start.
Looking at the corresponding docker file shows the swoole extension is excluded.
Steps To Reproduce
Fresh install...
$ curl -s https://laravel.build/example-app?with=none | bash
...or change runtime version in docker-compose with 8.4
context: ./vendor/laravel/sail/runtimes/8.4
...add the supervisor command for swoole as described here