summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-12-10 16:28:51 +0100
committerMichael Wallner <mike@php.net>2013-12-30 14:28:43 +0100
commitfeb4caad095313e905990359d93fde57c4c4c328 (patch)
tree4ecdc6e5636c7875312c73b1beb1fc8e5de57eba /php.ini-production
parent4797f7ad16bc65bda9dca10232c8e0c62a6830ea (diff)
downloadphp-git-feb4caad095313e905990359d93fde57c4c4c328.tar.gz
update php.ini-*
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production7
1 files changed, 4 insertions, 3 deletions
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 ;