- fypo tix
authorMichael Wallner <mike@php.net>
Tue, 17 Oct 2006 19:20:36 +0000 (19:20 +0000)
committerMichael Wallner <mike@php.net>
Tue, 17 Oct 2006 19:20:36 +0000 (19:20 +0000)
http_functions.c

index b89d7fcefe55e24f1da54015994432f2053efaa2..2018c276dcd3d350781de2a8d447e469aa006286 100644 (file)
@@ -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