From: "Chris Boget" <[EMAIL PROTECTED]>

> On our development server, I have a script that accesses the
> value of $HTTP_RAW_POST_DATA (upon form submission)
> and there is data there.  However, on our production server,
> the same code shows no value held in $HTTP_RAW_POST_DATA.
> Both servers are running v4.3.2 and as far as I can tell, have the
> same configuration.  Where would I look to discover why one
> server would have data held in $HTTP_RAW_POST_DATA
> whereas the other server would not?

Check the value of "always_populate_raw_post_data" in php.ini on both
servers.

---John Holmes...

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

Reply via email to