From 1052c4986a794b051dc48ba4118dbd6fd8f83c49 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 13 Feb 2006 21:46:16 +0000 Subject: [PATCH] - ditch useless convert --- http_request_object.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2