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 recall reading in the PHP manual that $HTTP_RAW_POST_DATA is
disabled, i enabled it by setting always_populate_raw_post_data = On. It
did not work, so i removed PHP5 and reinstalled the stable version of PHP
which is 4.1.2


I am suprised that it ever worked for you. According to my understanding raw post data is available only if the content type is unrecognized by the php engine - assuming that you were infact using such a content type then it shouldn't stop working all of a sudden.

--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to