summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-05-11 09:49:54 +0000
committerSebastian Bergmann <sebastian@php.net>2002-05-11 09:49:54 +0000
commitfb49473192646e7f6f769541913f1e9757a88e7d (patch)
treeffc372acf37c8a2b02342b6d5a5e6aff82b0a4a1
parent5c6ec3c7bf77dd2cd801c20d45340c88aaa44fbf (diff)
downloadphp-git-fb49473192646e7f6f769541913f1e9757a88e7d.tar.gz
MFH: Patch by Justin Erenkrantz <jerenkrantz@apache.org>.
-rw-r--r--sapi/apache2filter/php_functions.c2
1 files changed, 2 insertions, 0 deletions
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);