-
**Is your feature request related to a problem? Please describe.**
Current architecture of the swoole bundle expects the swoole http server process to handle exactly one request at once. I would like…
-
如题
![image](https://github.com/crazywhalecc/static-php-cli/assets/82694310/7656e85a-6255-4efa-a8bf-db5f51bac362)
会出现一大串乱码和无法找到 composer autoload 的库
中文可以输出
使用 box 打包
micro 有以下扩展 curl,openssl,phar,…
-
At some situation i need add Timer at master process, but it look like imposible because master have `monitorWorkersForLinux` method with `pcntl_wait` function what will be block master process until…
-
```bash
Linux 45b94f7b1a8b 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 Linux
PHP 8.0.13 (cli) (built: Nov 20 2021 07:13:05) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4…
anhao updated
1 month ago
-
FFI is very useful when using some PHP libraries like vips.
-
```shell
curl -Lo setup-php-runtime.sh https://github.com/swoole/swoole-cli/blob/build_native_php/setup-php-runtime.sh?raw=true
sh setup-php-runtime.sh --mirror china
```
使用镜像
```shell…
-
This is actually not an issue but a request for a new feature/improvement.
Right now, we have only `swoole_http_request->rawContent(): string` function to get the body of a HTTP request. This can …
-
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks!
(Any **non-English** issues will be closed immediately.)
1. Please provide your PHP and Swo…
-
Hello,
I would like some callbacks in the swoole_http_client
1. onHeadersReceived (With the headers array)
2. onHTTPCodeReceived (With the code)
With this callbacks, TTFB can be reduced in a …
-
Hello @walkor
What is exactly happening when I set `$eventLoopClass` to `Workerman\Events\Swoole` and use the following in `onMessage`? How come Swoole's coroutines working without issues ?! 🤔
…