Deprecated in PHP 5.6 and causes problems with Piwik. I'm not sure if WordPress needs this, but I did find some references in its code to $HTTP_RAW_POST_DATA. See: https://secure.php.net/manual/en/migration56.deprecated.php#migration56.deprecated.raw-post-data See: 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/ Signed-off-by: Alan Orth <alan.orth@gmail.com>
Signed-off-by: Alan Orth <alan.orth@gmail.com>
Adds a default php.ini for php5-fpm from Ubuntu 14.04 which enables sane settings for PHP 5.5's opcache as well as disables pathinfo. Closes #9. Signed-off-by: Alan Orth <alan.orth@gmail.com>