From: Sterling Hughes Date: Tue, 9 Apr 2002 17:25:13 +0000 (+0000) Subject: eekk -- and ssb thought my macro's were icky :) X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~765 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53fdf83f0992baad95c5322f5e5c94b34a8dbf38;p=php eekk -- and ssb thought my macro's were icky :) --- diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 159a392e6d..3a5131ecb9 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -88,8 +88,8 @@ PHP_FUNCTION(apache_lookup_uri) ADD_STRING(the_request); ADD_STRING(status_line); ADD_STRING(method); - ADD_LONG((long) mtime); - ADD_LONG((long) clength); + ADD_LONG(mtime); + ADD_LONG(clength); ADD_STRING(boundary); ADD_STRING(range); ADD_LONG(chunked);