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:
ac1886f
)
fix bad merge; keys were serialized twice
author
Michael Wallner
<mike@php.net>
Fri, 12 Jun 2015 08:49:15 +0000
(10:49 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 12 Jun 2015 08:49:15 +0000
(10:49 +0200)
php_http_params.c
patch
|
blob
|
history
diff --git
a/php_http_params.c
b/php_http_params.c
index ced2507aea8e470ebbfe7e7fc0585ab81f97b43e..a30610d6bfaf7e1da8ac19bb236c468ca67288c8 100644
(file)
--- a/
php_http_params.c
+++ b/
php_http_params.c
@@
-904,7
+904,6
@@
static void shift_param(php_http_buffer_t *buf, char *key_str, size_t key_len, z
shift_arg(buf, key_str, key_len, zvalue, ass, asl, vss, vsl, flags);
}
} else {
- shift_key(buf, key_str, key_len, pss, psl, flags);
if (flags & PHP_HTTP_PARAMS_RFC5988) {
shift_rfc5988(buf, key_str, key_len, pss, psl, flags);
} else {