Missing patch bit.

This commit is contained in:
Ilia Alshanetsky 2005-08-09 17:58:02 +00:00
parent 2ae8d36a3c
commit fde8b6006e

View 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 */
/*