From: foobar Date: Sat, 24 Nov 2001 23:47:10 +0000 (+0000) Subject: Added missing ini directive: always_populate_raw_po st_data X-Git-Tag: ChangeLog~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f5fc0be5487371bd277dd9745e023f93edfc260;p=php Added missing ini directive: always_populate_raw_po st_data --- diff --git a/php.ini-dist b/php.ini-dist index 3c779deb3b..7d6c6c7094 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 ; diff --git a/php.ini-recommended b/php.ini-recommended index 0ca0c2b2db..4573c1bf7b 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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 ;