mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Kill docs on allow_webdav_methods which hasn't existed for a decade. Fixes bug #63609
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328603 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b7717098d9
commit
713c95b0ec
1 changed files with 0 additions and 22 deletions
|
@ -700,12 +700,6 @@
|
|||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.allow-webdav-methods">allow_webdav_methods</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -1118,22 +1112,6 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.allow-webdav-methods">
|
||||
<term>
|
||||
<parameter>allow_webdav_methods</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
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 <link linkend="ini.always-populate-raw-post-data">
|
||||
always_populate_raw_post_data</link> as well.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue