projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
bdaebfc
)
- regen
author
Michael Wallner
<mike@php.net>
Fri, 29 Sep 2006 09:06:42 +0000
(09:06 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 29 Sep 2006 09:06:42 +0000
(09:06 +0000)
http_request_info.c
patch
|
blob
|
history
diff --git
a/http_request_info.c
b/http_request_info.c
index bb7e601e66de2904a4abc8904de79b1683eb98f7..71bd4fc21ed5c433d953c98b28ea4ef5b8f6d2af 100644
(file)
--- 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, "cookie
list", sizeof("cookielist
"), subarray);
+ add_assoc_zval_ex(&array, "cookie
s", sizeof("cookies
"), subarray);
curl_slist_free_all(s);
}
#endif