X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_url.h;h=afc04126c216eb6fc1650313ec7241c7bdb5da4b;hp=f53accf6d09663833ffe2b9a6a917b63fc8359cc;hb=d5c7f974d81c724c6fad8b54f1c37ce0795119de;hpb=7214e1aef4efce10bcc509d2a741acef88d28781 diff --git a/src/php_http_url.h b/src/php_http_url.h index f53accf..afc0412 100644 --- a/src/php_http_url.h +++ b/src/php_http_url.h @@ -45,6 +45,13 @@ /* percent encode multibyte sequences in userinfo, path, query and fragment */ #define PHP_HTTP_URL_PARSE_TOPCT 0x200000 +/* ignore errors */ +#define PHP_HTTP_URL_IGNORE_ERRORS 0x10000000 +/* do not report errors */ +#define PHP_HTTP_URL_SILENT_ERRORS 0x20000000 + +#define PHP_HTTP_URL_STDFLAGS 0x00332003 + typedef struct php_http_url { /* compatible to php_url, but do not use php_url_free() */ char *scheme;