issues
search
swoole
/
swoole-src
🚀 Coroutine-based concurrency library for PHP
https://www.swoole.com
Apache License 2.0
18.64k
stars
3.17k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[5.1]Fix symbol not found and compile error
#5690
NathanFreeman
closed
2 months ago
1
[5.1]add curl version
#5689
NathanFreeman
closed
2 months ago
1
Release v5.1.7
#5688
NathanFreeman
closed
2 months ago
1
Release v5.1.7 and add curl version
#5687
NathanFreeman
closed
2 months ago
1
swoole 6.0.1 pecl package
#5686
hydrapolic
closed
2 months ago
1
release v6.0.1
#5685
NathanFreeman
closed
2 months ago
1
Uncaught Error: Class "Swoole\Coroutine\PostgreSQL" not found
#5684
IngSinner
closed
2 months ago
4
docker环境,每次更新代码后运行docker restart XXX后,项目根目录会出现大量的core.XXXX
#5683
BigPineappleDe
closed
2 months ago
16
pop(-1) is not waiting / block for push(test) in peer / sibling coroutine, it blocks only if channel->pop() is called in parent coroutine of the push()ing coroutine
#5682
fakharksa
closed
2 months ago
1
add curl version info
#5681
NathanFreeman
closed
2 months ago
0
swoole crashes with curl 8.12.0
#5680
hydrapolic
closed
2 months ago
10
#5629 导致静态编译 swoole 时重现无法找到 `PHP_CONFIG` 的问题
#5679
crazywhalecc
closed
2 months ago
1
Feature mirror to gitee
#5678
jingjingxyk
closed
2 months ago
2
[bug][v6.0] Can not possible process "big" (>1Mb) files to HTTP Server with single_tread
#5676
mrVrAlex
closed
2 months ago
2
Swoole v6 on php 8.4 isn't working with io_uring enabled
#5675
mleczakm
closed
2 months ago
2
[6.0]Fix bug #5662
#5673
NathanFreeman
closed
2 months ago
1
[6.0]update library
#5672
NathanFreeman
closed
2 months ago
0
[bug] single_thread + heartbeat_check_interval - terminate called without an active exception
#5671
mrVrAlex
closed
2 months ago
4
[6.0]Fix compiler error and test error
#5669
NathanFreeman
closed
2 months ago
1
[6.0] upgrade nghttp2 to version 1.64.0
#5668
NathanFreeman
closed
2 months ago
1
nghttp2 v1.2.1 CVE-2015-8659 CVE-2020-11080 CVE-2023-35945 CVE-2016-1544 CVE-2023-44487
#5667
info2soft
closed
2 months ago
2
Shared memory for processes
#5666
Domex777
closed
2 months ago
2
php8.42+sw6.0,经常偶发个别进程CPU100%的问题
#5665
mdys
closed
2 months ago
11
[Question] Server Multi Threading
#5664
smathersPersonal
closed
3 months ago
7
Coroutine deadlock occurs after killing the process
#5663
wheakerd
closed
1 month ago
10
Worker_reactor_try_to_exit() (ERRNO 9101): worker exit timeout, forced termination
#5662
warmbook
closed
2 months ago
1
Using grpc bidirectional streaming in swoole
#5661
Domex777
opened
3 months ago
2
求解,PHP8.4.2+Sw6.0 异步HTTP服务器,RPC场景,偶发onRequest没有触发响应问题。
#5660
mdys
closed
2 months ago
42
自定义进程wait futex queue异常
#5659
crystal9002
closed
2 months ago
7
[6.0]Fix unused code
#5658
NathanFreeman
closed
3 months ago
1
[6.0]add zstd macro
#5657
NathanFreeman
closed
3 months ago
1
[6.0]Fix compile error
#5656
NathanFreeman
closed
3 months ago
1
README.md: elaboration for cloning from git
#5655
Ser5
closed
3 months ago
1
Swoole HTTP server doesn't trigger ManagerStart event
#5654
Ser5
closed
2 months ago
10
V6.0版enable-iouring编译报错 iouring.cc:460:48: error:invalid use of incomplete type ‘const struct statx’
#5653
mdys
closed
3 months ago
2
error: ‘php_swoole_serialize’ was not declared in this scope
#5652
Ser5
closed
3 months ago
4
$server->setting is NULL in onWorkerStart and onTask callback
#5651
nguyenhothanhtam0709
closed
3 months ago
1
Server script starts many times when using Swoole 6
#5649
nguyenhothanhtam0709
closed
3 months ago
2
无法打印协程的bt
#5648
omigafu
closed
3 months ago
1
Optimize runtime thread safe
#5647
matyhtf
closed
3 months ago
1
Refactor co lock
#5646
matyhtf
closed
3 months ago
0
Add partitioned cookie support
#5645
jamesRUS52
closed
3 months ago
1
When the process restarts, send a 500 status code to the clients waiting in the queue
#5644
NathanFreeman
closed
3 months ago
1
[5.1]Fix bug #5635
#5643
NathanFreeman
closed
3 months ago
1
php $start = microtime(true); //set 2s timeout $service = (yield service_center("User")); $service->setTimeout(2); $callId1 = $service->addCall("User::getUsersCache", ['ids' => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]); $callId2 = $service->addCall("User::getUser", ['id' => 1]); $res = (yield $service->multiCall()); dump($res[$callId1]); dump($res[$callId2]); dump(microtime(true) - $start);
#5642
ssaamrrr
closed
3 months ago
0
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. 2. What did you expect to see? 3. What did you see instead? 4. What version of Swoole are you using (`php --ri swoole`)? 5. What is your machine environment used (including the version of kernel & php & gcc)?
#5641
ssaamrrr
closed
3 months ago
0
[6.0]Fix bug #5635
#5640
NathanFreeman
closed
3 months ago
1
real_escape_string not accept numbers
#5639
LaySoft
closed
3 months ago
4
compile error ‘ZEND_EXIT’ was not declared in this scope
#5638
tiket18
closed
3 months ago
1
[6.0]add pgsql long running test
#5637
NathanFreeman
closed
3 months ago
1
Previous
Next