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.