]> granicus.if.org Git - php/commitdiff
fix warnings
authorAntony Dovgal <tony2001@php.net>
Fri, 25 Jul 2008 15:05:48 +0000 (15:05 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 25 Jul 2008 15:05:48 +0000 (15:05 +0000)
sapi/cli/php_cli.c

index eb2aa8f27adfe07a2f9b6200ece01dd26bbdfd50..d59702150e83b3b045b34c37936d2f4fb23b2924 100644 (file)
@@ -292,7 +292,7 @@ static char *script_filename = "";
 
 static void sapi_cli_register_variables(zval *track_vars_array TSRMLS_DC) /* {{{ */
 {
-       size_t len;
+       unsigned int len;
        char   *docroot = "";
 
        /* In CGI mode, we consider the environment to be a part of the server