X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=f42fccba9b28c02eadb76488aed0f8607194ab7e;hp=1cffa1757717e5c2ef3222adc38ffe0484567860;hb=985d2372a8eb0038e3244496c3f13acede337bdc;hpb=e93a92c530d8adb0e99682b458edcb05efc7db0d diff --git a/http_functions.c b/http_functions.c index 1cffa17..f42fccb 100644 --- a/http_functions.c +++ b/http_functions.c @@ -373,7 +373,7 @@ PHP_FUNCTION(http_cache_last_modified) */ PHP_FUNCTION(http_cache_etag) { - char *etag; + char *etag = NULL; int etag_len = 0; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &etag, &etag_len) != SUCCESS) {