From 092f78fc2890eeac610926b5f7e4a404caf48893 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 14 Oct 2002 06:58:57 +0000 Subject: - Fix CLI --- 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 ddfa66163b..19bd640d15 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -156,7 +156,7 @@ static void sapi_cli_register_variables(zval *track_vars_array TSRMLS_DC) /* In CGI mode, we consider the environment to be a part of the server * variables */ - php_import_environment_variables(track_vars_array TSRMLS_CC); + _php_import_environment_variables(track_vars_array TSRMLS_CC); /* Build the special-case PHP_SELF variable for the CLI version */ php_register_variable("PHP_SELF", php_self, track_vars_array TSRMLS_CC); -- cgit v1.2.1