php5.6 版本出现 Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a futu...

解决方法是修改php.ini配置:

;always_populate_raw_post_data = -1

把前面的分号去掉

always_populate_raw_post_data = -1

然后重启服务器

你可能感兴趣的:(php5.6 版本出现 Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a futu...)