diff options
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/php.ini-development b/php.ini-development index 0ca81e8ffe..137574bdee 100644 --- a/php.ini-development +++ b/php.ini-development @@ -682,13 +682,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 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 = -1 - ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; |