If you are using CGI/FCGI change on php.ini
always_populate_raw_post_data = -1
If not, add on .htaccess
php_flag always_populate_raw_post_data -1
If you are using CGI/FCGI change on php.ini
always_populate_raw_post_data = -1
If not, add on .htaccess
php_flag always_populate_raw_post_data -1