com php-src: too many dashes: ext/soap/php_sdl.c
[email protected] (Dmitry Stogov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 593a4d8fe927694723c92f9382a98b62221ee8fa Author: Dmitry Stogov <[email protected]> Tue, 21 Feb 2017 10:47:48 +0300 Parents: bd7e5c1548fb9fa5c40446c9fc89e1b086eba312 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=593a4d8fe927694723c92f9382a98b62221ee8fa Log: too many dashes Changed paths: M ext/soap/php_sdl.c Diff: diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index fa5706f..49fd363 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 {