X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_url.h;fp=php_http_url.h;h=3c2ff764beb878ca7039fff701262112d48515a0;hp=df8cae513bae25eaf8179222f619a57677325963;hb=7938ddbed547a03296a185d5f53ccf9e1cf9a9db;hpb=a760e170d36cc40ce992ebcdb13f0877ddfa3d73 diff --git a/php_http_url.h b/php_http_url.h index df8cae5..3c2ff76 100644 --- a/php_http_url.h +++ b/php_http_url.h @@ -46,6 +46,8 @@ typedef struct php_http_url_part { #define PHP_HTTP_URL_PARSE_MBUTF8 0x002 /* convert multibyte hostnames to IDNA */ #define PHP_HTTP_URL_PARSE_IDN 0x010 +/* percent encode multibyte sequences in userinfo, path, query and fragment */ +#define PHP_HTTP_URL_PARSE_PCTENC 0x020 typedef struct php_http_url { /* compatible to php_url, but do not use php_url_free() */