]> granicus.if.org Git - php/commitdiff
MFH: "allow_webdav_methods" does not exist / is not needed anymore
authorfoobar <sniper@php.net>
Sat, 15 Mar 2003 00:26:43 +0000 (00:26 +0000)
committerfoobar <sniper@php.net>
Sat, 15 Mar 2003 00:26:43 +0000 (00:26 +0000)
php.ini-dist
php.ini-recommended

index aab356edf46ace014c3101be85ee2b92aa6ee0fc..c7c96a0bcdd614f544ba5466a5bbf901a7c3a158 100644 (file)
@@ -397,11 +397,6 @@ 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 41e159b0404378e7881c5219fe7837f85d4bfd93..2afb305f733ca27a11dfa124d255848c3f42d320 100644 (file)
@@ -412,11 +412,6 @@ 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 ;