--- 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
3 matches
Mail list logo