vrana Wed Jul 21 05:40:09 2004 EDT
Modified files:
/phpdoc/en/appendices ini.xml
Log:
allow_webdav_methods is deprecated
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.4 phpdoc/en/appendices/ini.xml:1.5
--- phpdoc/en/appendices/ini.xml:1.4 Sun Jul 18 21:24:54 2004
+++ phpdoc/en/appendices/ini.xml Wed Jul 21 05:40:08 2004
@@ -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.