Releases
v5.1.3
🐛 Bug Fixed:
Fix the problem of being unable to install through pecl
. @remicollet
Fix the issue of Swoole\Coroutine\FastCGI\Client
client being unable to set keepalive. @NathanFreeman
Fix the issue of process continuously restarting due to error thrown when request parameters exceed max_input_vars
. @NathanFreeman
Fix the unknown issue caused by using Swoole\Event::wait()
in a coroutine. @matyhtf
Fix the issue of proc_open
not supporting pty when used in a coroutine. @matyhtf
Fix the segmentation fault issue in pdo_sqlite
on PHP 8.3. @NathanFreeman
Fix the unnecessary warning when compiling Swoole. @Appla @NathanFreeman
Fix the error thrown when calling zend_fetch_resource2_ex on closed STDOUT/STDERR
. @Appla @matyhtf
Fix the invalid set_tcp_nodelay
configuration. @matyhtf
Fix the occasional unreachable branch issue triggered during file uploads. @NathanFreeman
Fix the issue causing PHP core to throw errors when dispatch_func
is set. @NathanFreeman
Fix the obsolete warning of AC_PROG_CC_C99 in autoconf >= 2.70 version. @petk
⭐️ Kernel optimization:
Remove unnecessary checks for socket structs
. @petk
Upgrade the Swoole library
. @deminy
Add support for status code 451 in Swoole\Http\Response
. @abnegate
Synchronize file
operation code across different versions of PHP. @NathanFreeman
Synchronize PDO
operation code across different versions of PHP. @NathanFreeman
Optimize the code for Socket::ssl_recv()
function. @matyhtf
Optimized config.m4 by allowing some configurations to set dependency library locations using pkg-config
. @NathanFreeman
Optimize the issue with using dynamic arrays when parsing request headers
. @NathanFreeman
😊 Thank you
Thank you for your contribution to Swoole v5.1.3. Wish you good health, all the best, and smooth work.
🐛 Bug修复:
⭐️ 内核优化:
😊 致谢
感谢你们为Swoole v5.1.3做出的贡献,祝愿大家身体健康,万事如意,工作顺利。
You can’t perform that action at this time.