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, though the val is now 1 in my php.ini (and I restarted apache), I dont see any data in phpinfo() output related to this var. Did I miss something?

Thanks

Kris

Chris Shiflett wrote:

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 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 not global, regardless of the
registered_globals setting in php.ini.

.




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to