From: Michael Wallner Date: Tue, 17 Oct 2006 19:20:36 +0000 (+0000) Subject: - fypo tix X-Git-Tag: RELEASE_1_3_3~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=383ece20d2c67b39869aef1fd3fc57d32fd05a9c - fypo tix --- diff --git a/http_functions.c b/http_functions.c index b89d7fc..2018c27 100644 --- a/http_functions.c +++ b/http_functions.c @@ -62,7 +62,7 @@ PHP_FUNCTION(http_date) } /* }}} */ -#if PHP_MAJOR_VERSION == 4 && PHP_MINOR_VERSION == 3 && PHP_PHP_RELEASE_VERSION < 10 +#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