欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > 其他教程 >
其他教程

Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in解决方案

(元素模板) / 2022-09-14 14:54

Deprecated 中文释义:过时的显然你的 php 版本比较高

 

在高版本 php 的发版说明中都有 $HTTP_RAW_POST_DATA 即将(已经)取消,请改用从 php://input 中读取 的声明

 

方法1:

设原来是 $s = $HTTP_RAW_POST_DATA;

应写作 $s = file_get_contents(‘php://input’);

 

方法2:

检查 PHP.ini always_populate_raw_post_data是否打开

always_populate_raw_post_data = -1

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com