X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_url.h;h=022ba31b0113dde448acf9476f8b585805a8bce0;hp=cc663acaa2edc7ae68487948807a851f648d84b2;hb=1090760c65b564b30c0e30598cd19a1238e683f6;hpb=58410541834f8f897291c290d38e7a505dbb93c1 diff --git a/php_http_url.h b/php_http_url.h index cc663ac..022ba31 100644 --- a/php_http_url.h +++ b/php_http_url.h @@ -33,6 +33,7 @@ PHP_HTTP_URL_STRIP_FRAGMENT \ ) #define PHP_HTTP_URL_FROM_ENV 0x1000 +#define PHP_HTTP_URL_SANITIZE_PATH 0x2000 PHP_HTTP_API void php_http_url(int flags, const php_url *old_url, const php_url *new_url, php_url **url_ptr, char **url_str, size_t *url_len TSRMLS_DC);