fix bad merge; keys were serialized twice
authorMichael Wallner <mike@php.net>
Fri, 12 Jun 2015 08:49:15 +0000 (10:49 +0200)
committerMichael Wallner <mike@php.net>
Fri, 12 Jun 2015 08:49:15 +0000 (10:49 +0200)
php_http_params.c

index ced2507aea8e470ebbfe7e7fc0585ab81f97b43e..a30610d6bfaf7e1da8ac19bb236c468ca67288c8 100644 (file)
@@ -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 {