1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

add allow_webdav_methods as option

This commit is contained in:
Christian Stocker
2002-08-22 07:59:11 +00:00
parent 55f3ec1af4
commit 2069410f57
2 changed files with 12 additions and 0 deletions
+6
View 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 ;
;;;;;;;;;;;;;;;;;;;;;;;;;
+6
View 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 ;
;;;;;;;;;;;;;;;;;;;;;;;;;