From:             [EMAIL PROTECTED]
Operating system: NA
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  $HTTP_RAW_POST_DATA should always be set

$HTTP_RAW_POST_DATA should get set, even if the content type is known. In
order to access XML submitted to php (such as with Flash 5 swfs) I need
access to $HTTP_RAW_POST_DATA in order to parse it. Instead it gets all
munged up in $HTTP_POST_VARS and $HTTP_RAW_POST_DATA is blank.

This bug might be a duplicate of this one:
http://www.php.net/bugs.php?id=10520

-- 
Edit bug report at: http://bugs.php.net/?id=12208&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to