diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml index 7a9a8da638..02f01f39b2 100644 --- a/appendices/ini.core.xml +++ b/appendices/ini.core.xml @@ -700,12 +700,6 @@ PHP_INI_PERDIR PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.1.0. - - allow_webdav_methods - "0" - PHP_INI_PERDIR - - @@ -1118,22 +1112,6 @@ - - - allow_webdav_methods - boolean - - - - Allow handling of WebDAV http requests within PHP scripts (eg. - 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. - - -