]> granicus.if.org Git - php/commitdiff
Added missing ini directive: always_populate_raw_po st_data
authorfoobar <sniper@php.net>
Sat, 24 Nov 2001 23:47:10 +0000 (23:47 +0000)
committerfoobar <sniper@php.net>
Sat, 24 Nov 2001 23:47:10 +0000 (23:47 +0000)
php.ini-dist
php.ini-recommended

index 3c779deb3b6faa9d8f4ec5ed6fb278925f939e86..7d6c6c709428bc7a48ada5ea902ed684445c3954 100644 (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 ;
index 0ca0c2b2dbaffa2be5bb18dc3d98b2e312a082af..4573c1bf7b238ed204e5afce3abed4c160d1d52b 100644 (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 ;