-
PHP 8.3 need Swoole 5.1.0, but One only support swoole 4.x.
```
one: Fatal error: Uncaught Error: Class "swoole_http_server" not found in /one/vendor/lizhichao/one/src/Swoole/OneServer.php:136
on…
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
| BC Break | ideally, no
#### Summary
I have tried a project where I use this …
-
1.运行环境
centos7 Linux 3.10.0-957.el7.x86_64
php7.2.19
swoole4.3.5
yii2-basic 2.0.20
2.在开启日志功能,将日志信息写入到数据库表中时,会报下面的错误:
```php
2019-06-26 19:44:49 [192.168.134.1][-][-][warning][yii\log\Dispatcher…
-
Since the package cannot work with swoole,
It would make sense in the Generator.php method getValidAliases()
Not only to skip predis, but also swoole.
```
if ($facade == 'SwooleTW\Http\Server\…
-
如题
![image](https://github.com/crazywhalecc/static-php-cli/assets/82694310/7656e85a-6255-4efa-a8bf-db5f51bac362)
会出现一大串乱码和无法找到 composer autoload 的库
中文可以输出
使用 box 打包
micro 有以下扩展 curl,openssl,phar,…
-
Hello @leocavalcante
Thank you for Siler.
There's this strange issue with v1.7.9
API returns 'Not Found' after first request with Siler Swoole
This worked fine up to version 1.7.8
---
S…
-
1,支持event和protobuf
2,如何构建指定版本swoole (比如我想构建swoole版本4.8.13的cli, 官方提供的包没有我需要的扩展)
protobuf扩展按如下添加成功
php prepare.php \
--with-build-type=release \
+protobuf \
--with-download-mirror-url=https://…
-
### Description
I have a running Swoole application with using `symfony/redis-messenger` (to publish messages to queue from web context).
I found, that the Redis connection is not reset for a whil…
-
FFI is very useful when using some PHP libraries like vips.
-
**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…