From: Ilia Alshanetsky Date: Tue, 9 Aug 2005 17:58:02 +0000 (+0000) Subject: Missing patch bit. X-Git-Tag: BEFORE_UNICODE_MERGE~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fde8b6006ee7bc75cef21752b99d640931221f9b;p=php Missing patch bit. --- diff --git a/ext/standard/url.h b/ext/standard/url.h index e09ecae6fd..ece95e0e39 100644 --- a/ext/standard/url.h +++ b/ext/standard/url.h @@ -46,6 +46,15 @@ PHP_FUNCTION(rawurlencode); PHP_FUNCTION(rawurldecode); PHP_FUNCTION(get_headers); +#define PHP_URL_SCHEME 0 +#define PHP_URL_HOST 1 +#define PHP_URL_PORT 2 +#define PHP_URL_USER 3 +#define PHP_URL_PASS 4 +#define PHP_URL_PATH 5 +#define PHP_URL_QUERY 6 +#define PHP_URL_FRAGMENT 7 + #endif /* URL_H */ /*