mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
fix warnings
This commit is contained in:
parent
de0e9cea83
commit
dba7f154fc
@ -296,7 +296,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
|
||||
|
Loading…
Reference in New Issue
Block a user