sniper          Fri Mar 14 19:21:45 2003 EDT

  Modified files:              
    /php4       php.ini-dist php.ini-recommended 
  Log:
  "allow_webdav_methods" does not exist / is not needed anymore
  
  
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.183 php4/php.ini-dist:1.184
--- php4/php.ini-dist:1.183     Sun Mar  2 20:30:27 2003
+++ php4/php.ini-dist   Fri Mar 14 19:21:45 2003
@@ -402,11 +402,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.129 php4/php.ini-recommended:1.130
--- php4/php.ini-recommended:1.129      Sun Mar  2 20:30:27 2003
+++ php4/php.ini-recommended    Fri Mar 14 19:21:45 2003
@@ -417,11 +417,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