summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-12-12 11:33:06 +0100
committerMichael Wallner <mike@php.net>2013-12-12 11:33:06 +0100
commitbc1c2b3b316d58ea4450c957aaf6e612bd03847e (patch)
treeba11cfa5d938b1b7b0489854a6f1bb19ce203844 /php.ini-production
parent58b754ca4af52fe1a3c2d696c3cd1c747ac38012 (diff)
downloadphp-git-bc1c2b3b316d58ea4450c957aaf6e612bd03847e.tar.gz
remove always_populate_raw_post_data INI entries from master, UPGRADING.INTERNALS coming shortly
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production6
1 files changed, 0 insertions, 6 deletions
diff --git a/php.ini-production b/php.ini-production
index d78cdcbe41..cff1a3bc00 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -692,12 +692,6 @@ default_mimetype = "text/html"
; http://php.net/default-charset
;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.
-; http://php.net/always-populate-raw-post-data
-;always_populate_raw_post_data = On
-
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;