X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=7eee1007ebf3e42300482978b81d568fea6f7c69;hb=693d9b2fa7b012575d4cee54b109264b269a3bda;hp=a46d02883b1dc9bc5d2487bc9a54c4ee2a020b06;hpb=64b8eb68455c36e7e153014deaf52a6f9d2de39c;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index a46d028..7eee100 100644 --- a/http_functions.c +++ b/http_functions.c @@ -689,7 +689,7 @@ PHP_FUNCTION(http_match_request_header) { char *header, *value; int header_len, value_len; - zend_bool match_case = 0, result = 0; + zend_bool match_case = 0; if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &header, &header_len, &value, &value_len, &match_case)) { RETURN_FALSE;