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

index 00688b1118200ea34175c56ad5254ac5103f2135..a70049cbf6b6a9943742baf9fff3cf02d00ba3da 100644 (file)
@@ -402,11 +402,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 60acf344efb47697378aa890aca785618461f800..f01db638c0059d39de9cf4bd40f95e6152415b3f 100644 (file)
@@ -417,11 +417,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 ;