Hi!
I am using PHP 4.3.2 and Apache 1.3.27 on a Redhat 8.0. Check http://www.aub.dk/~misak/phpinfo.php if you need more info.
I have at strange problem with the ?_GLOBALS["HTTP_RAW_POST_DATA"] value. I am actually not sure it is a PHP problem, but I think it is.
I have written a VB client which send some xml data to a php script with the POST command. The VB script sends the same data each time, which I have checked with a packet sniffer (ethereal). The problem is that HTTP_RAW_POST_DATA sometimes is empty and sometimes it contains the correct xml data. And this happens with the same from the client.
When HTTP_RAW_POST_DATA gets empty it sometimes hels to wait a while, and then it works again.It always helps to restart apache.
You can check a the output from the packet sniffer. This request resulted in an empty HTTP_RAW_POST_DATA http://www.aub.dk/~misak/phpxml/xmlerr.txt and this request http://www.aub.dk/~misak/phpxml/xmlok.txt worked fine.
I have also checked with a print $GLOBALS["HTTP_RAW_POST_DATA"]; ind the beginning of the file, but the result is the same. It is empty.
I will be grateful for any help.
/Morten
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 349 |
Nodes: | 16 (2 / 14) |
Uptime: | 120:25:42 |
Calls: | 7,612 |
Files: | 12,789 |
Messages: | 5,684,164 |