-
Message was found in OpenSwoole\HTTP\Server logs:
```
[2024-04-18 16:21:25 $207627.0] WARNING Server::check_worker_exit_status(): worker(pid=207710, id=2) abnormal exit, status=0, signal=11
A bug o…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
**Terminology used in Code below:**
- class prefix sw stands for swoole\ and osw for openswoole\. so, swTimer i…
-
I tried to install openswoole php pecl package on my Raspberry (Ubuntu 21.10) with the command:
pecl install openswoole
After a long time it breaks with the error:
libtool: compile: cc -I. -I…
-
In the documentation: https://openswoole.com/docs/modules/swoole-server-construct
> To enable SSL: $sock_type | OpenSwoole\Constant::SSL. Check [configuration for SSL](https://openswoole.com/docs/m…
-
A simple copy of `devel/pecl-swoole` and brief edit of the Makefile (and a `make makesum`) is all that's needed apparently. I have this working if you want me to try and upload it here, but it's prett…
-
I have checked the PHP extension and configured it numerous times. I'm sure there is no error.
php -m as follows:
![image](https://github.com/openswoole/openswoole/assets/8306999/643a54e3-00c5-4…
atoat updated
7 months ago
-
I copied the Dockerfile and built it as instructed on https://openswoole.com/docs/get-started/try-docker
Upon build, I got the error:
```
#0 21.41 g++ -I. -I/tmp/ext-openswoole -I/tmp/ext-opensw…
-
I followed this example as a template for my server config:
https://openswoole.com/docs/modules/swoole-server/configuration
However, it appears that a number of settings are invalid:
> OpenSwoo…
-
Hi there 👋
We are using openswoole in our project, it is a simple HTTP server connecting to a Postgres database using a Coroutine ClientPool.
We are currently using the `OpenSwoole\Core\Corouti…
-
Hello,
Is there a plan to support pdo_pgsql?
PostgreSQL is widely adopted, just as interacting with it using pdo_pgsql. Porting the code from PDO to OpenSwoole\Coroutine\PostgreSQL is extremely …