1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

Added missing ini directive: always_populate_raw_po st_data

This commit is contained in:
foobar
2001-11-24 23:47:10 +00:00
parent 18f7a8ca61
commit 6f5fc0be54
2 changed files with 4 additions and 0 deletions

View File

@@ -337,6 +337,8 @@ auto_append_file =
default_mimetype = "text/html"
;default_charset = "iso-8859-1"
; Always populate the $HTTP_RAW_POST_DATA variable.
;always_populate_raw_post_data = On
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;

View File

@@ -351,6 +351,8 @@ auto_append_file =
default_mimetype = "text/html"
;default_charset = "iso-8859-1"
; Always populate the $HTTP_RAW_POST_DATA variable.
;always_populate_raw_post_data = On
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;