]> granicus.if.org Git - php/commitdiff
add allow_webdav_methods as option
authorChristian Stocker <chregu@php.net>
Thu, 22 Aug 2002 07:59:11 +0000 (07:59 +0000)
committerChristian Stocker <chregu@php.net>
Thu, 22 Aug 2002 07:59:11 +0000 (07:59 +0000)
php.ini-dist
php.ini-recommended

index 7590eda8353bc50ffc4de293d004995296e386d7..bab338132ecd946fcd045f80cee4129cf470f2f6 100644 (file)
@@ -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 ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;
index 4fd542c7692b047c4a430088d6effbae39c56360..5c20ba6f5494017e8f68d3b7547c450fcbc4ad87 100644 (file)
@@ -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 ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;