diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-05-11 08:58:20 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-05-11 08:58:20 +0000 |
commit | 5192f6432c98713b029dfedbb4b5266745933ca6 (patch) | |
tree | 3111e494ef20b594ca861ab61300a33bbac87c0a | |
parent | 5af649efbdbb756b4e632ff67d04af9905ad328f (diff) | |
download | php-git-5192f6432c98713b029dfedbb4b5266745933ca6.tar.gz |
Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed.
-rw-r--r-- | sapi/apache2filter/php_functions.c | 2 |
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); |