From 6f5fc0be5487371bd277dd9745e023f93edfc260 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 24 Nov 2001 23:47:10 +0000 Subject: Added missing ini directive: always_populate_raw_po st_data --- php.ini-dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php.ini-dist') 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 ; -- cgit v1.2.1