From: Sebastian Bergmann Date: Sat, 11 May 2002 08:58:20 +0000 (+0000) Subject: Patch by Justin Erenkrantz . This should be MFHed. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5192f6432c98713b029dfedbb4b5266745933ca6;p=php Patch by Justin Erenkrantz . This should be MFHed. --- 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);