summaryrefslogtreecommitdiff
path: root/ext/standard/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/url.h')
-rw-r--r--ext/standard/url.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/url.h b/ext/standard/url.h
index 14f514b733..87e2efbc73 100644
--- a/ext/standard/url.h
+++ b/ext/standard/url.h
@@ -55,6 +55,9 @@ PHP_FUNCTION(get_headers);
#define PHP_URL_QUERY 6
#define PHP_URL_FRAGMENT 7
+#define PHP_QUERY_RFC1738 1
+#define PHP_QUERY_RFC3986 2
+
#endif /* URL_H */
/*