-
I wonder... can we make Fusio can run on Swoole? Honestly, I have no experience with Swoole. Just reading and watching some presentation videos about Swoole. But wouldn't it be awesome though?
-
Hi.
This may be a stupid question, but I need help.
Can you tell me how to use zstd (zstandart) compression using swoole?
By default I am using docker image phpswoole/swoole:php8.4-alpine and laravel …
-
服务正常运行在集群上, 某个pod报这个错误信息, 重启后恢复
PHP Fatal error: Uncaught TypeError: Hhxsv5\LaravelS\LaravelS::convertRequest(): Argument #1 ($laravel) must be of type Hhxsv5\LaravelS\Illuminate\Laravel, null given,…
-
I created a simple Composer project that only depends on `swoole/library` and Psalm in a dev dependency.
Running any Psalm command results in a crash such as
```
$ ./vendor/bin/psalm --init
Calculati…
-
1. Your software version (Screenshot of your startup)
| Software | Version |
| --------- | --------- |
| PHP | 8.0.26 |
| Swoole | 5.1.0 |
| LaravelS | 3.7.35 |
| Laravel…
-
**Describe the bug**
When running the `bin/console cache:clear` command, an exception occurs indicating that the class `Symfony\Component\Cache\Adapter\AdapterInterface` does not exist.
The error su…
-
Hi, over the last couple of days i've seen a huge influx in worker processes that dies due to the same segmentation fault. This has sadly only been happening in our production systems and not in testi…
-
```php
$server = new Swoole\WebSocket\Server("0.0.0.0", 9502);
$server->set([
'websocket_compression' => true,
'http_compression_min_length' => 100,
]);
$server ->on( 'message', function($s…
-
满足以下条件,HTTP服务无响应:
1。使用windows版本swoole-cli,版本:Swoole 5.1.7 (cli) (built: Feb 22 2025 03:00:34) (NTS)
(也试过4.8.7, 4.8.13两个版本,都有问题)
2。以SWOOLE_PROCESS模式运行HTTP Server (4.x版本默认就是SWOOLE_PROCESS模式)
3。HTTP输出时先w…
-
2024 重磅更新:Swoole v6 正式发布,增加 16 项新功能
随着 2024 年的结束,各位PHP开发者们所期待的Swoole v6正式发布了。作为我们技术进步的结晶,这一版本不仅整合了过去一年间社区的反馈与需求,还展现了开发团队的创新与努力。它标志着Swoole在性能优化和功能拓展上的重大突破,为PHP开发者提供了更加强大的工具,助力我们在新的一年里开启更多无穷的可能。借此机会,让我…