首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
swoole_http_server::setGlobal
$this->server = new swoole_http_server($this->listens['http']['host'], $this->listens['http']['port']); $this->server->setGlobal(HTTP_GLOBAL_ALL, HTTP_GLOBAL_GET | HTTP_GLOBAL_POST | HTTP_GLOBAL_COOKIE); 还是报:PHP Notice: Undefined variable: _GET in libs/Url.php on line 40 $_GET = array_merge((array) $_GET, $urlInfo); // line 40
发布于9年前 · 0 次浏览 · 来自
提问
追
追求人生
$this->server = new swoole_http_server($this->listens['http']['host'], $this->listens['http']['port']); $this->server->setGlobal(HTTP_GLOBAL_ALL, HTTP_GLOBAL_GET | HTTP_GLOBAL_POST | HTTP_GLOBAL_COOKIE); 还是报:PHP Notice: Undefined variable: _GET in libs/Url.php on line 40 $_GET = array_merge((array) $_GET, $urlInfo); // line 40
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2017-06-30
z
zhou112
rango群中回答: swoole bug,暂无好的解决方案, 可能原因是$resp->end时销毁了$_GET
赞
0
回复
2017-07-01
村
村长
1.8.3会解决此问题,目前已提交到github master分支。
赞
0
回复