From: Hartmut Holzgraefe Date: Mon, 21 Oct 2002 20:20:08 +0000 (+0000) Subject: this will be handled elsewhere X-Git-Tag: php-4.3.0pre2~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4cb92229cbde4bca3686f33cf8182cbf0495fa1;p=php this will be handled elsewhere --- 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 */