always_populate_raw_post_data

always_populate_raw_post_data

There are 2 solution to change the value

1) change in php.ini

In Php.ini file

always_populate_raw_post_data = -1

2) change in .htaccess file

Solution to change in .htaccess file

php_value always_populate_raw_post_data -1