X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_url_api.c;h=01a2e41c464e03a22f8757ec695b5586e58656ca;hb=1a0dbb96fbe46a2edec1c813798cef7b0898eebe;hp=dff4caec0a78d6e73483ea9669d3c0f3b458183c;hpb=d046681a7b929ef813849cfe38fbceb333f0b0eb;p=m6w6%2Fext-http diff --git a/http_url_api.c b/http_url_api.c index dff4cae..01a2e41 100644 --- a/http_url_api.c +++ b/http_url_api.c @@ -208,6 +208,11 @@ PHP_HTTP_API void _http_build_url(int flags, const php_url *old_url, const php_u memmove(&ptr[1], pos, end - pos); } break; + + default: + /* something else */ + ++ptr; + break; } } }