From 526520107522694acd1e48a3710ede910988b215 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 25 Jul 2008 15:05:48 +0000 Subject: fix warnings --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index eb2aa8f27a..d59702150e 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -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 -- cgit v1.2.1