From: Michael Wallner Date: Mon, 13 Feb 2006 21:46:16 +0000 (+0000) Subject: - ditch useless convert X-Git-Tag: RELEASE_0_23_0~12 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1052c4986a794b051dc48ba4118dbd6fd8f83c49;p=m6w6%2Fext-http - ditch useless convert --- diff --git a/http_request_object.c b/http_request_object.c index 40b9dd3..ef8445c 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -1536,7 +1536,6 @@ PHP_METHOD(HttpRequest, getResponseCookies) } } - convert_to_array(*headers); FOREACH_HASH_KEYVAL(pos1, Z_ARRVAL_PP(headers), key, idx, header) { if (key && !strcasecmp(key, "Set-Cookie")) { http_cookie_list list;