From:             [EMAIL PROTECTED]
Operating system: N/A
PHP version:      4.0.4pl1
PHP Bug Type:     Feature/Change Request
Bug description:  Access $HTTP_RAW_POST_DATA

The variable $HTTP_RAW_POST_DATA should be accessed even if PHP can recongize the 
CONTENT_TYPE.

I'm writing a program to emulate web client(in fact, it's an proxy, like CGIProxy). 
The enduser sends requests to the program, the program opens HTTP connection to target 
server and gets the response from the server. There is no problem if enduser use GET 
method, but if the method is POST and many FORM elements have same name, the big 
program is raised.


-- 
Edit Bug report at: http://bugs.php.net/?id=10520&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