From: Sebastian Bergmann Date: Sat, 11 May 2002 09:49:54 +0000 (+0000) Subject: MFH: Patch by Justin Erenkrantz . X-Git-Tag: php-4.2.1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb49473192646e7f6f769541913f1e9757a88e7d;p=php MFH: Patch by Justin Erenkrantz . --- diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 3a5131ecb9..ed17f58b85 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -90,7 +90,9 @@ PHP_FUNCTION(apache_lookup_uri) ADD_STRING(method); ADD_LONG(mtime); ADD_LONG(clength); +#if !MODULE_MAGIC_AT_LEAST(20020506,0) ADD_STRING(boundary); +#endif ADD_STRING(range); ADD_LONG(chunked); ADD_STRING(content_type);