allow_webdav_methods is deprecated

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163855 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-21 09:40:08 +00:00
parent 8b707a0204
commit cefce3f7dd

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<appendix id="ini">
<title>List of core &php.ini; directives</title>
@ -659,7 +659,8 @@
<listitem>
<para>
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 <link linkend="ini.always-populate-raw-post-data">
always_populate_raw_post_data</link> as well.