swoole-src icon indicating copy to clipboard operation
swoole-src copied to clipboard

🚀 Coroutine-based concurrency library for PHP

Results 176 swoole-src issues
Sort by recently updated
recently updated
newest added

比如: ``` Swoole\Coroutine::before(callable $function); ``` 注册之后使用`Swoole\Coroutine::create`创建新协程后,都先在该新协程内执行下已注册的回调,方便做一些此协程的初始化 开发swoole的框架会有这样的需求,需要对用户自己新创建的协程做一些数据初始化,比如把父协程的context里的一些数据写入到当前的context里 现在只能是框架内提供了一个对`Swoole\Coroutine::create`封装后的函数给用户使用 用户直接使用`Swoole\Coroutine::create`就会有问题

既然 swoole-cli 支持 PHP 8.1 + 4.8.x,应该把 PHP 8.1 加入测试

``` bash [2022-04-28 17:24:05 @19976.0] NOTICE Socket::ssl_connect(fd=11) to server[0.0.0.0:27407] failed. Error: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version[1|1070] ``` ``` bash openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15...

my program run without SWOOLE_SSL but when i am use SWOOLE_SSL get error Segmentation fault. Please answer these questions before submitting your issue. What did you do? If possible, provide...

waiting on review

### 错误信息 ``` bash dyld:lazy symbol binding failed:Symbol not found:_OPENSSL_init_ssl Referenced from:php8.0.8/lib/php/extensions/no-debug-non-zts-20200930/swoole.so Expected in:flat namespace ``` ### swoole版本 ``` bash php --ri swoole ``` ### 问题描述 我在M1芯片的机器上安装swoole后,在运行对应程序时,遇到了这个报错(2台M1均如此)。 并且我尝试使用`brew install openssl`安装其他的版本,...

installation

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. 第一个异常不规范的请求(即,缺少数据包最后的 boundary 标识,见第二个请求 红框 部分): ![截屏2021-11-04...

[2022-03-25 10:03:14 $457.0] WARNING Server::check_worker_exit_status(): worker(pid=475, id=8) abnormal exit, status=0, signal=11 A bug occurred in Swoole-v4.8.8, please report it. The Swoole developers probably don't know about it, and unless you...

Server reload function does not work as needed, I can not update workers from new sources in Symfony app using k911/swoole-bundle. Sometimes it works in controllers, sometimes not. And never...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I was attempting to communicate to...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I use swoole with this laravel...

waiting on review