首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
Warning: swoole_curl_setopt(): CURLOPT_HTTP_VERSION[3] is not supported in @swoole-src/library/core/Curl/Handler.php on line 573
### 问题描述 Warning: swoole_curl_setopt(): CURLOPT_HTTP_VERSION[3] is not supported in @swoole-src/library/core/Curl/Handler.php on line 573 PHP Warning: swoole_curl_setopt(): CURLOPT_HTTP_VERSION[3] is not supported in @swoole-src/library/core/Curl/Handler.php on line 573 ### Swoole版本,PHP版本,以及操作系统版本信息 php7.4 swoole4.8.2 开启openssl和http2,在hyperf中使用极光推送sdk出现此问题,已根据 https://wenda.swoole.com/detail/107481 升级swoole至4.8.2依然出现问题. ### 相关代码
发布于4年前 · 20 次浏览 · 来自
提问
胡修航
### 问题描述 Warning: swoole_curl_setopt(): CURLOPT_HTTP_VERSION[3] is not supported in @swoole-src/library/core/Curl/Handler.php on line 573 PHP Warning: swoole_curl_setopt(): CURLOPT_HTTP_VERSION[3] is not supported in @swoole-src/library/core/Curl/Handler.php on line 573 ### Swoole版本,PHP版本,以及操作系统版本信息 php7.4 swoole4.8.2 开启openssl和http2,在hyperf中使用极光推送sdk出现此问题,已根据 https://wenda.swoole.com/detail/107481 升级swoole至4.8.2依然出现问题. ### 相关代码
赞
2
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2022-02-24
鲁飞
使用高版本swoole,并在编译时开启`--enable-swoole-curl`
赞
1
回复