sniper          Fri Mar 14 19:26:44 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       php.ini-dist php.ini-recommended 
  Log:
  MFH: "allow_webdav_methods" does not exist / is not needed anymore
  
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.171.2.7 php4/php.ini-dist:1.171.2.8
--- php4/php.ini-dist:1.171.2.7 Thu Mar 13 17:32:16 2003
+++ php4/php.ini-dist   Fri Mar 14 19:26:43 2003
@@ -397,11 +397,6 @@
 ; Always populate the $HTTP_RAW_POST_DATA variable.
 ;always_populate_raw_post_data = On
 
-; Allow handling of WebDAV http requests within PHP scripts (eg.
-; PROPFIND, PROPPATCH, MOVE, COPY, etc..)
-; If you want to get the post data of those requests, you have to
-; set always_populate_raw_post_data as well.
-;allow_webdav_methods = On
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Paths and Directories ;
Index: php4/php.ini-recommended
diff -u php4/php.ini-recommended:1.119.2.5 php4/php.ini-recommended:1.119.2.6
--- php4/php.ini-recommended:1.119.2.5  Thu Mar 13 17:32:16 2003
+++ php4/php.ini-recommended    Fri Mar 14 19:26:43 2003
@@ -412,11 +412,6 @@
 ; Always populate the $HTTP_RAW_POST_DATA variable.                               
 ;always_populate_raw_post_data = On
 
-; Allow handling of WebDAV http requests within PHP scripts (eg.
-; PROPFIND, PROPPATCH, MOVE, COPY, etc..)
-; If you want to get the post data of those requests, you have to
-; set always_populate_raw_post_data as well.
-;allow_webdav_methods = On
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Paths and Directories ;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to