--- Sam Minnee <[EMAIL PROTECTED]> wrote:
> I'm having a couple of problems getting PHP to accept my post data.
> Specifically, the data I am sending is not with POST, put with PUT and
> PROPFIND.  I'm implementing WebDAV within PHP.
> 
> How to I get PHP to set $HTTP_RAW_POST_DATA for all methods where content is
> sent, not just post?

Sam,

You might want to look into the apache_hooks SAPI. It is experimental, but it
will give you more flexibility in terms of working with Apache (and interacting
with different phases).

Chris

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

Reply via email to