swlib / saber

⚔️ Saber, PHP异步协程HTTP客户端 | PHP Coroutine HTTP client - Swoole Humanization Library
https://packagist.org/packages/swlib/saber
Apache License 2.0
978 stars 124 forks source link

http请求输出乱码 #121

Closed Niexiawei closed 3 years ago

Niexiawei commented 3 years ago

image

请求参数

image

返回结果

系统是 docker 的debian 镜像 docker alpine 不会出现这个问题 是缺少了什么库吗

Niexiawei commented 3 years ago

image

php --ri swoole 信息

Niexiawei commented 3 years ago

破案了 需要 安装 zlib

Debian 下执行 下面两个就行

编译时候出现这个 会有问题吗 编译虽然编译通过了

image

sy-records commented 3 years ago

see https://github.com/swoole/swoole-src/issues/4095