From 6116c2d8303b5301d927083af4dc763f952ab3ea Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 12 Jun 2015 10:49:15 +0200 Subject: [PATCH] fix bad merge; keys were serialized twice --- php_http_params.c | 1 - 1 file changed, 1 deletion(-) diff --git a/php_http_params.c b/php_http_params.c index ced2507..a30610d 100644 --- 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 { -- 2.30.2