ThinkPHP5.0.2框架在PHP5.6版本当中运行的时候错误提示

浏览:1727 发布日期:2017/04/01 分类:ThinkPHP5专区 关键字: php version HTTP_RAW_POST_DATA
Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version

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

搜索问题的解释如下:http://jwdsk.cn/post-147.html

在PHP5.5版本当中不存在这类问题

参考链接:
http://stackoverflow.com/questions/26261001/warning-about-http-raw-post-data-being-deprecated

https://www.bram.us/2014/10/26/php-5-6-automatically-populating-http_raw_post_data-is-deprecated-and-will-be-removed-in-a-future-version/
最佳答案
评论( 相关
后面还有条评论,点击查看>>