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:
74b9f91
)
- ditch useless convert
author
Michael Wallner
<mike@php.net>
Mon, 13 Feb 2006 21:46:16 +0000
(21:46 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 13 Feb 2006 21:46:16 +0000
(21:46 +0000)
http_request_object.c
patch
|
blob
|
history
diff --git
a/http_request_object.c
b/http_request_object.c
index 40b9dd3451bb6cb6366674cbc300c0e7f7670ab6..ef8445c30c122f8c56e95af711b0ceaf6023007f 100644
(file)
--- 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;