Sunday, November 10, 2002, 3:30:16 PM, Rasmus Lerdorf wrote:
> Hrm..  Ok, actually Hartmut changed this recently.  See:

> 
>http://cvs.php.net/diff.php/php4/main/php_content_types.c?login=2&r1=1.21&r2=1.22&ty=u

> It works when you turn on always_populate_raw_post_data, right?

Yes, but then that variable is set even if there is no POST request.
This breaks BC as always_populate_raw_post_data defaults to off. It is
not the end of the world for me, but it needs to be documented clearly
as it will break scripts. Most XML-RPC and SOAP libs I have seen use
$HTTP_RAW_POST_DATA to get their XML payload.

-- 
Kjartan <[EMAIL PROTECTED]> (http://natrak.net/)
:: "A program is a spell cast over a computer, turning input
    into error messages."


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to