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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user