--- Kristopher Yates <[EMAIL PROTECTED]> wrote:
> I made your suggested change to php.ini and I show local
> value 1 and master value 1. Does it mean raw data
> populates the variable $HTTP_RAW_POST_DATA when this is
> == 1 or does it mean that raw data is visible within
> phpinfo() when value ==1
Hi Chris,
I made your suggested change to php.ini and I show local value 1 and
master value 1. Does it mean raw data populates the variable
$HTTP_RAW_POST_DATA when this is == 1 or does it mean that raw data is
visible within phpinfo() when value ==1 in php.ini file? Just curious
because, th
That data is only populated when
always_populate_raw_post_data is on (check your php.ini).
Chris
--- Kristopher Yates <[EMAIL PROTECTED]> wrote:
> I was just curious, is there a reason $HTTP_RAW_POST_DATA
> isn't included in the phpinfo() function? I would
> imagine one could see all globals vi
Hi,
I was just curious, is there a reason $HTTP_RAW_POST_DATA isn't included
in the phpinfo() function? I would imagine one could see all globals
via phpinfo().. Is $HTTP_RAW_POST_DATA global or is it only global if
globals are registered (php.ini setting)? From what I can tell, this
var is
4 matches
Mail list logo