Page 1 of 1

$HTTP_RAW_POST_DATA

PostPosted: April 13th, 2007, 6:09 pm
by robertouy@codeplex
Hi.
I am starting to use Phlanger 2 Beta 3 on IIS7, and almost all my projects works just fine, including those that uses GD2 and MySQL, and other PHP Modules.
But i found that one of them, that needs $HTTPRAWPOST_DATA to work, is saying that that variable is not defined.
So, i've tested to use $GLOBALS"HTTP_RAW_POST_DATA", and reading "php://stdin", "php://input" without sucess.
Is there a way to use $HTTPRAWPOST_DATA in any other way in Phalanger 2?
Thanks!