X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_url.h;h=3838a6b9ee143572efb46c900c6ff0a47db862f6;hp=50c5a5cc0ea0f415886df9b0574f362628fb0f76;hb=4c7a60297b3aaae7edd8337144a83039c9633d71;hpb=0fa2672890a4fe58c3418670e57a511b3ea7189c diff --git a/src/php_http_url.h b/src/php_http_url.h index 50c5a5c..3838a6b 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;