]> granicus.if.org Git - php/commitdiff
fix compile warnings
authorSterling Hughes <sterling@php.net>
Tue, 9 Apr 2002 06:13:00 +0000 (06:13 +0000)
committerSterling Hughes <sterling@php.net>
Tue, 9 Apr 2002 06:13:00 +0000 (06:13 +0000)
sapi/apache2filter/php_functions.c

index 3a5131ecb905a31895d1b90a539d72a696f8cba4..159a392e6da9d09357ca7e4d2cbdc7bae07b6da5 100644 (file)
@@ -88,8 +88,8 @@ PHP_FUNCTION(apache_lookup_uri)
                ADD_STRING(the_request);
                ADD_STRING(status_line);
                ADD_STRING(method);
-               ADD_LONG(mtime);
-               ADD_LONG(clength);
+               ADD_LONG((long) mtime);
+               ADD_LONG((long) clength);
                ADD_STRING(boundary);
                ADD_STRING(range);
                ADD_LONG(chunked);