2.0.0beta2
[m6w6/ext-http] / php_http_url.h
index cc663acaa2edc7ae68487948807a851f648d84b2..022ba31b0113dde448acf9476f8b585805a8bce0 100644 (file)
@@ -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);