From: Christian Stocker Date: Thu, 22 Aug 2002 07:59:11 +0000 (+0000) Subject: add allow_webdav_methods as option X-Git-Tag: RELEASE_0_91~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2069410f57355f620fd0bf55c97576ea3e0ebb6e;p=php add allow_webdav_methods as option --- diff --git a/php.ini-dist b/php.ini-dist index 7590eda835..bab338132e 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -398,6 +398,12 @@ default_mimetype = "text/html" ; Always populate the $HTTP_RAW_POST_DATA variable. ;always_populate_raw_post_data = On +; Allow handling of WebDAV http requests within PHP scripts (eg. +; PROPFIND, PROPPATCH, MOVE, COPY, etc..) +; If you want to get the post data of those requests, you have to +; set always_populate_raw_post_data as well. +;allow_webdav_methods = On + ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/php.ini-recommended b/php.ini-recommended index 4fd542c769..5c20ba6f54 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -412,6 +412,12 @@ default_mimetype = "text/html" ; Always populate the $HTTP_RAW_POST_DATA variable. ;always_populate_raw_post_data = On +; Allow handling of WebDAV http requests within PHP scripts (eg. +; PROPFIND, PROPPATCH, MOVE, COPY, etc..) +; If you want to get the post data of those requests, you have to +; set always_populate_raw_post_data as well. +;allow_webdav_methods = On + ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;;