We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
先post再get,竟然还保持post时的请求主体数据,建议get默认情况下不带任何请求主体数据。
另外,getParsedJsonObject(bool $reParse = false): object 在php7.1是不支持的。建议判断版本<=7.1时定义成getParsedJsonObject(bool $reParse = false): \stdClass
The text was updated successfully, but these errors were encountered:
对于第二个问题, PHP7.0官方已经停止维护了, Swoole也不再支持7.0版本, 所以不再有修改的必要
Sorry, something went wrong.
No branches or pull requests
先post再get,竟然还保持post时的请求主体数据,建议get默认情况下不带任何请求主体数据。
另外,getParsedJsonObject(bool $reParse = false): object 在php7.1是不支持的。建议判断版本<=7.1时定义成getParsedJsonObject(bool $reParse = false): \stdClass
The text was updated successfully, but these errors were encountered: