]> granicus.if.org Git - php/commitdiff
Missing patch bit.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 9 Aug 2005 17:58:02 +0000 (17:58 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 9 Aug 2005 17:58:02 +0000 (17:58 +0000)
ext/standard/url.h

index e09ecae6fd7fc06d47c235363dddd61b035c682d..ece95e0e39bf37b0d75902d480c37171f8e6648e 100644 (file)
@@ -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 */
 
 /*