1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  too many dashes
This commit is contained in:
Dmitry Stogov
2017-02-21 10:48:21 +03:00
-1
View File
@@ -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 {