summaryrefslogtreecommitdiff
path: root/sapi/cli
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-07-25 15:05:48 +0000
committerAntony Dovgal <tony2001@php.net>2008-07-25 15:05:48 +0000
commit526520107522694acd1e48a3710ede910988b215 (patch)
treed0410fa0b98e8294cec42b0c8c2c57e390394d20 /sapi/cli
parent9225429040fa74e14f1789788c5b6a7c547557d3 (diff)
downloadphp-git-526520107522694acd1e48a3710ede910988b215.tar.gz
fix warnings
Diffstat (limited to 'sapi/cli')
-rw-r--r--sapi/cli/php_cli.c2
1 files changed, 1 insertions, 1 deletions
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