From: Michael Wallner Date: Fri, 29 Sep 2006 09:06:42 +0000 (+0000) Subject: - regen X-Git-Tag: RELEASE_1_3_1~6 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=2f5421a388a398ec47ff0c44e2a8c99a6ad08087;p=m6w6%2Fext-http - regen --- diff --git a/http_request_info.c b/http_request_info.c index bb7e601..71bd4fc 100644 --- a/http_request_info.c +++ b/http_request_info.c @@ -119,7 +119,7 @@ PHP_HTTP_API void _http_request_info(http_request *request, HashTable *info) for (p = s; p; p = p->next) { add_next_index_string(subarray, p->data, 1); } - add_assoc_zval_ex(&array, "cookielist", sizeof("cookielist"), subarray); + add_assoc_zval_ex(&array, "cookies", sizeof("cookies"), subarray); curl_slist_free_all(s); } #endif