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:
add8166
)
* fix compiler warning
author
Michael Wallner
<mike@php.net>
Thu, 24 Mar 2005 16:49:39 +0000
(16:49 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 24 Mar 2005 16:49:39 +0000
(16:49 +0000)
http_api.c
patch
|
blob
|
history
diff --git
a/http_api.c
b/http_api.c
index 5b23de2c10d366faca677f4ec60aa149f8175ffb..66d616d080be6007a694095f890442c3d1f3224a 100644
(file)
--- a/
http_api.c
+++ b/
http_api.c
@@
-1050,7
+1050,8
@@
PHP_HTTP_API char *_http_negotiate_q(const char *entry, const HashTable *support
{
zval *zaccept, zdelim, zarray, zentries, **zentry, **zsupp;
char *q_ptr = NULL, *key = NULL;
- int i = 0, idx = 0;
+ int i = 0;
+ ulong idx = 0;
double qual;
HTTP_GSC(zaccept, entry, estrdup(def));
@@
-1644,7
+1645,7
@@
PHP_HTTP_API STATUS _http_parse_cookie(const char *cookie, HashTable *values TSR
key = val + strlen(val);
HTTP_COOKIE_FIXVAL();
HTTP_COOKIE_VAL(&array, "value", val, vallen);
- }
+ }
/* additional info appended */
else {
char *keydup = NULL;