]> granicus.if.org Git - php/commitdiff
Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed.
authorSebastian Bergmann <sebastian@php.net>
Sat, 11 May 2002 08:58:20 +0000 (08:58 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sat, 11 May 2002 08:58:20 +0000 (08:58 +0000)
sapi/apache2filter/php_functions.c

index 3a5131ecb905a31895d1b90a539d72a696f8cba4..ed17f58b857460cc5b1ee7337a4e24046450679b 100644 (file)
@@ -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);