X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_info.c;h=110021102687bd9594907c186e015c2d04f1ef69;hp=bb7e601e66de2904a4abc8904de79b1683eb98f7;hb=2d8b53a0bcac3e00619fe266dcbb46142d79c71c;hpb=aebfa7783e7b280bff4975649b20494e5eb932bc diff --git a/http_request_info.c b/http_request_info.c index bb7e601..1100211 100644 --- a/http_request_info.c +++ b/http_request_info.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2006, Michael Wallner | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -15,6 +15,7 @@ #define HTTP_WANT_CURL #include "php_http.h" +#ifdef HTTP_HAVE_CURL #include "php_http_request_api.h" /* {{{ void http_request_info(http_request *, HashTable *) */ @@ -119,7 +120,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 @@ -128,6 +129,8 @@ PHP_HTTP_API void _http_request_info(http_request *request, HashTable *info) } /* }}} */ +#endif /* HTTP_HAVE_CURL */ + /* * Local variables: * tab-width: 4