mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
remove always_populate_raw_post_data INI entries from master, UPGRADING.INTERNALS coming shortly
This commit is contained in:
parent
58b754ca4a
commit
bc1c2b3b31
2 changed files with 0 additions and 12 deletions
|
@ -692,12 +692,6 @@ default_mimetype = "text/html"
|
||||||
; http://php.net/default-charset
|
; http://php.net/default-charset
|
||||||
;default_charset = "UTF-8"
|
;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 ;
|
; Paths and Directories ;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
@ -692,12 +692,6 @@ default_mimetype = "text/html"
|
||||||
; http://php.net/default-charset
|
; http://php.net/default-charset
|
||||||
;default_charset = "UTF-8"
|
;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 ;
|
; Paths and Directories ;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue