diff options
author | Christian Stocker <chregu@php.net> | 2002-08-22 07:59:11 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-08-22 07:59:11 +0000 |
commit | 2069410f57355f620fd0bf55c97576ea3e0ebb6e (patch) | |
tree | 18f248423508283b39d9b70d1897fc7ce33a0c99 /php.ini-dist | |
parent | 55f3ec1af4bf25e8cb7ad0ffeaf93d7ca38b73d3 (diff) | |
download | php-git-2069410f57355f620fd0bf55c97576ea3e0ebb6e.tar.gz |
add allow_webdav_methods as option
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 6 |
1 files changed, 6 insertions, 0 deletions
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 ; ;;;;;;;;;;;;;;;;;;;;;;;;; |