mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8b707a0204
commit
cefce3f7dd
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue