From cefce3f7dd691de174ba88f9d05e253000a72429 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Jul 2004 09:40:08 +0000 Subject: [PATCH] allow_webdav_methods is deprecated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163855 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index e53ea50631..9ddc750108 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + List of core &php.ini; directives @@ -659,7 +659,8 @@ Allow handling of WebDAV http requests within PHP scripts (eg. - PROPFIND, PROPPATCH, MOVE, COPY, etc..) + PROPFIND, PROPPATCH, MOVE, COPY, etc.). + This directive does not exist as of PHP 4.3.2. If you want to get the post data of those requests, you have to set always_populate_raw_post_data as well.