hholzgra                Mon Oct 21 16:20:09 2002 EDT

  Modified files:              
    /php4/sapi/apache   mod_php4.c 
  Log:
  this will be handled elsewhere
  
  
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.143 php4/sapi/apache/mod_php4.c:1.144
--- php4/sapi/apache/mod_php4.c:1.143   Sat Sep 21 11:42:33 2002
+++ php4/sapi/apache/mod_php4.c Mon Oct 21 16:20:08 2002
@@ -17,7 +17,7 @@
    | PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]>                      |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php4.c,v 1.143 2002/09/21 15:42:33 iliaa Exp $ */
+/* $Id: mod_php4.c,v 1.144 2002/10/21 20:20:08 hholzgra Exp $ */
 
 #include "php_apache_http.h"
 
@@ -500,14 +500,6 @@
                        zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) 
php_apache_alter_ini_entries TSRMLS_CC);
                }
                
-               /* We don't accept OPTIONS requests, but take everything else */
-               if (!PG(allow_webdav_methods)) {
-                               if (r->method_number == M_OPTIONS) {
-                                       r->allowed |= (1 << METHODS) - 1;
-                               return DECLINED;
-                       }
-               }
-
                /* If PHP parser engine has been turned off with an "engine off"
                 * directive, then decline to handle this request
                 */



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

Reply via email to