From: Michael Wallner Date: Tue, 10 Dec 2013 15:28:51 +0000 (+0100) Subject: update php.ini-* X-Git-Tag: php-5.6.0alpha1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=feb4caad095313e905990359d93fde57c4c4c328;p=php update php.ini-* --- diff --git a/php.ini-development b/php.ini-development index 2a01555b7f..4fbd07f0a0 100644 --- a/php.ini-development +++ b/php.ini-development @@ -693,10 +693,11 @@ default_mimetype = "text/html" ;default_charset = "UTF-8" ; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is -; to disable this feature. If post reading is disabled through -; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated. +; to disable this feature and it will be removed in a future version. +; If post reading is disabled through enable_post_data_reading, +; $HTTP_RAW_POST_DATA is *NOT* populated. ; http://php.net/always-populate-raw-post-data -;always_populate_raw_post_data = On +;always_populate_raw_post_data = -1 ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; diff --git a/php.ini-production b/php.ini-production index d78cdcbe41..53f0b51a71 100644 --- a/php.ini-production +++ b/php.ini-production @@ -693,10 +693,11 @@ default_mimetype = "text/html" ;default_charset = "UTF-8" ; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is -; to disable this feature. If post reading is disabled through -; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated. +; to disable this feature and it will be removed in a future version. +; If post reading is disabled through enable_post_data_reading, +; $HTTP_RAW_POST_DATA is *NOT* populated. ; http://php.net/always-populate-raw-post-data -;always_populate_raw_post_data = On +;always_populate_raw_post_data = -1 ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ;