diff options
Diffstat (limited to 'ext/standard/url.h')
| -rw-r--r-- | ext/standard/url.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/url.h b/ext/standard/url.h index e2914939e6..3eaca4834f 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 */ /* |
