X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;fp=http_functions.c;h=8941a93f3e1d7191f27fdde6df41fdd712d13dc5;hp=c4e358d2fe2939501fcde5c8fad0b3cf4b3898ff;hb=302498d96ed22a09da4375bd955d07f04b6b36c4;hpb=6b07ab3988f234f92d537e865648e823217d6575 diff --git a/http_functions.c b/http_functions.c index c4e358d..8941a93 100644 --- a/http_functions.c +++ b/http_functions.c @@ -56,10 +56,6 @@ PHP_FUNCTION(http_date) } /* }}} */ -#if PHP_MAJOR_VERSION == 4 && PHP_MINOR_VERSION == 3 && PHP_RELEASE_VERSION < 10 -# define php_url_parse_ex(u, l) php_url_parse(u) -#endif - /* {{{ proto string http_build_url([mixed url[, mixed parts[, int flags = HTTP_URL_REPLACE[, array &new_url]]]]) Build an URL. */ PHP_FUNCTION(http_build_url)