From c4cb92229cbde4bca3686f33cf8182cbf0495fa1 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 21 Oct 2002 20:20:08 +0000 Subject: [PATCH] this will be handled elsewhere --- sapi/apache/mod_php4.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 59732fd860..722e90e7d4 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -500,14 +500,6 @@ static int send_php(request_rec *r, int display_source_mode, char *filename) 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 */ -- 2.50.1