[PHP] need help with $HTTP_RAW_POST_DATA

2004-08-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hi all, I am using a Debian server with all stable packages so PHP is version 4.1.2 I was developing a SyncML server and was using $HTTP_RAW_POST_DATA as a receiving container for incoming SyncML communication from my Sony Ericsson T-616. Recently finished writing the WBXML convertor and are

Re: [PHP] need help with $HTTP_RAW_POST_DATA

2004-08-05 Thread raditha dissanayake
Everything was working fine until i wanted to try to update to PHP5, but there aren't any officially unstable/experiment PHP5 from Debian. So i got mine from DotDeb.org. You could always copmpile from source. Everything worked but then $HTTP_RAW_POST_DATA suddenly is not receiving any data. I

Re: [PHP] need help with $HTTP_RAW_POST_DATA

2004-08-05 Thread Curt Zirzow
* Thus wrote PHPDiscuss - PHP Newsgroups and mailing lists: I noticed php://input but that's going to be changed to php://filter, but i have never tried using that before either. So i have no idea how it works. The only time php://input will have the data sent from the client is if php