-
```bash
lukas in ~ λ docker run --rm -it openswoole/swoole:php8.2-alpine composer -V
Composer version 2.1.6 2021-08-19 17:11:08
///
docker run --rm -it openswoole/swoole:latest composer -V
Co…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
update swoole in docker php ext
2. What did you…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
In a docker container launched with: `docker run --rm -it php:8.3-rc-cli-alpine3.18 sh`
```sh
apk add $PHPIZE_D…
-
Swoole and OpenSwoole support the HTTP2 protocol, how to configure the HTTP2 protocol in Octane?
-
Hi, I'd like to install openswoole with an own Dockerfile, but i couldn't it to enable.
My Dockerfile
```
FROM tiredofit/nginx-php-fpm:debian-8.2
# additional ENV vars
ENV NODE_VERSION=20.5.1…
-
Swoole\Event::add($process->pipe, function ($fp) {
//$var = inotify_read($fd);
echo fread($fp, 1024) . ' OOK';
…
-
Heya! We'd like to start verifying Laravel Octane works properly on PHP 8.3 but we can't seem to install openswoole on it. Is a compatible version already available and if not, are there plans to rele…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
I created this simple script to be able to create a coroutine inside a server task.
*******
-
I have now tested it with several systems. Once with an Arch system (Intel) and now with the current Fedora 38 (Intel).
ext-openswoole cannot be installed with a gcc version 13. If I go back to a g…
-
Hi,
I attempted to use the "mysqli" extension directly, but unfortunately I started getting plenty of random 408 responses (nginx returns 408 immediately), even though the requests seem to process …