-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.8.2 仍复现 bug #4475 :协程风格的 HTTP 服务器解析 Content-Type 为 application/x-www-form-urlencoded 的 POST 参数不符合预期 #4519
Comments
PHP 7.4.26 + Swoole 4.8.3 也复现此 bug |
Merged
已修复,请使用 master 或者 4.8.x 分支测试一下 |
使用 4.8.x 分支验证通过,不再复现,感谢你们的辛苦工作。 php -v
php --ri swoole
|
您好,我是识沃科技的工作人员,为了感谢您的反馈,请加微信13524075254联系领取我司为您准备的定制小礼物一份,谢谢! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer these questions before submitting your issue. Thanks!
经过验证 v4.8.2 仍复现 bug 协程风格的 HTTP 服务器解析 Content-Type 为 application/x-www-form-urlencoded 的 POST 参数不符合预期 #4475
客户端代码
正常的服务端代码
test_s_ok.php
异常的服务端代码
test_s_bug.php
php -S 127.0.0.1:9501 test_s_ok.php
解析 POST 参数正常
php test_s_bug.php
解析 POST 参数异常
php --ri swoole
)?uname -a
&php -v
&gcc -v
) ?uname -a
php -v
gcc -v
The text was updated successfully, but these errors were encountered: