summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2017-02-21 10:47:48 +0300
committerDmitry Stogov <dmitry@zend.com>2017-02-21 10:47:48 +0300
commit593a4d8fe927694723c92f9382a98b62221ee8fa (patch)
treeeab2f712db03ae42394355a635f93a019e8f7dd7
parentbd7e5c1548fb9fa5c40446c9fc89e1b086eba312 (diff)
downloadphp-git-593a4d8fe927694723c92f9382a98b62221ee8fa.tar.gz
too many dashes
-rw-r--r--ext/soap/php_sdl.c1
1 files changed, 0 insertions, 1 deletions
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 {