From: Dmitry Stogov Date: Tue, 21 Feb 2017 07:47:48 +0000 (+0300) Subject: too many dashes X-Git-Tag: php-7.0.17RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=593a4d8fe927694723c92f9382a98b62221ee8fa;p=php too many dashes --- diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index fa5706f1c5..49fd363511 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -3213,7 +3213,6 @@ sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) len += user_len-1; key[len++] = '-'; } - key[len++] = '-'; if (WSDL_CACHE_VERSION <= 0x9f) { key[len++] = (WSDL_CACHE_VERSION >> 8) + '0'; } else {