php56版本部分ajax错误HTTP_RAW_POST_DATA is deprecated头部错误

2019-01-09 22:40:28 6273

Deprecated:  Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0


Warning:  Cannot modify header information - headers already sent in Unknown on line 0


解决方案:


打开php.ini配置文件,找到以下代码





;always_populate_raw_post_data = -1

改成


always_populate_raw_post_data = -1


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: