From: foobar Date: Sat, 15 Mar 2003 00:21:45 +0000 (+0000) Subject: "allow_webdav_methods" does not exist / is not needed anymore X-Git-Tag: RELEASE_0_5~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b07e2f8b6b0f6a0a62e12e9f16bb0b5912ceca7;p=php "allow_webdav_methods" does not exist / is not needed anymore --- diff --git a/php.ini-dist b/php.ini-dist index 00688b1118..a70049cbf6 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 ; diff --git a/php.ini-recommended b/php.ini-recommended index 60acf344ef..f01db638c0 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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 ;