]> granicus.if.org Git - php/commitdiff
update php.ini-*
authorMichael Wallner <mike@php.net>
Tue, 10 Dec 2013 15:28:51 +0000 (16:28 +0100)
committerMichael Wallner <mike@php.net>
Mon, 30 Dec 2013 13:28:43 +0000 (14:28 +0100)
php.ini-development
php.ini-production

index 2a01555b7f6a72cd216bf2b41686e09fbb71151b..4fbd07f0a0a1354aaf148561eefb5c41b96b63b7 100644 (file)
@@ -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 ;
index d78cdcbe41ec56b36929f6043722738fbc317f54..53f0b51a71b6a2ca5091ff516ca606b5b0af4a67 100644 (file)
@@ -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 ;